Home
last modified time | relevance | path

Searched refs:typeValue (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp170 auto typeValue = objectMember(value, "type"); in operator ()() local
171 if (!typeValue) { in operator ()()
176 optional<std::string> type = toString(*typeValue); in operator ()()
H A Dlayer.cpp143 auto typeValue = objectMember(value, "type"); in operator ()() local
144 if (!typeValue) { in operator ()()
149 optional<std::string> type = toString(*typeValue); in operator ()()
H A Dfunction.cpp555 auto typeValue = objectMember(value, "type"); in convertFunctionToExpression() local
556 if (!typeValue) { in convertFunctionToExpression()
559 optional<std::string> string = toString(*typeValue); in convertFunctionToExpression()