Home
last modified time | relevance | path

Searched defs:NullValue (Results 1 – 5 of 5) sorted by relevance

/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/src/mbgl/style/expression/
H A Dvalue.cpp16 [&](const NullValue&) -> type::Type { return type::Null; }, in typeOf()
39 [&] (const NullValue&) { writer.Null(); }, in writeJSON()
H A Dcompound_expression.cpp309 [](const NullValue&) -> Result<std::string> { return std::string(); }, in initializeDefinitions()
321 [&] (const NullValue&) { return false; }, in initializeDefinitions()
/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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1587 [](const mbgl::NullValue) { in QVariantFromValue()