Home
last modified time | relevance | path

Searched refs:NullValue (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp22 NullValue,
46 constexpr NullValue Null = NullValue();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp16 [&](const NullValue&) -> type::Type { return type::Null; }, in typeOf() argument
39 [&] (const NullValue&) { writer.Null(); }, in writeJSON() argument
98 Value operator()(const NullValue) { return Null; } in operator ()()
250 template <> type::Type valueTypeToExpressionType<NullValue>() { return type::Null; } in valueTypeToExpressionType()
H A Dcompound_expression.cpp309 [](const NullValue&) -> Result<std::string> { return std::string(); }, in initializeDefinitions() argument
321 [&] (const NullValue&) { return false; }, in initializeDefinitions() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dfeature.hpp10 using NullValue = mapbox::geometry::null_value_t; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dfilter.hpp50 return NullValue(); in serialize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp21 void stringify(Writer& writer, NullValue) { in stringify() argument
H A Dfilter.cpp232 result.push_back(NullValue()); in serializeLegacyFilter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.cpp87 return mbgl::NullValue {}; in asMapboxGLPropertyValue()
H A Dqmapboxgl.cpp1587 [](const mbgl::NullValue) { in QVariantFromValue() argument