Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp585 auto propertyValue = objectMember(value, "property"); in convertFunctionToExpression() local
586 if (!propertyValue) { in convertFunctionToExpression()
591 auto property = toString(*propertyValue); in convertFunctionToExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp370 auto propertyValue = params.feature->getValue(key); in initializeDefinitions() local
371 if (!propertyValue) { in initializeDefinitions()
374 return Value(toExpressionValue(*propertyValue)); in initializeDefinitions()