Searched refs:NullValue (Results 1 – 9 of 9) sorted by relevance
22 NullValue,46 constexpr NullValue Null = NullValue();
16 [&](const NullValue&) -> type::Type { return type::Null; }, in typeOf() argument39 [&] (const NullValue&) { writer.Null(); }, in writeJSON() argument98 Value operator()(const NullValue) { return Null; } in operator ()()250 template <> type::Type valueTypeToExpressionType<NullValue>() { return type::Null; } in valueTypeToExpressionType()
309 [](const NullValue&) -> Result<std::string> { return std::string(); }, in initializeDefinitions() argument321 [&] (const NullValue&) { return false; }, in initializeDefinitions() argument
10 using NullValue = mapbox::geometry::null_value_t; typedef
50 return NullValue(); in serialize()
21 void stringify(Writer& writer, NullValue) { in stringify() argument
232 result.push_back(NullValue()); in serializeLegacyFilter()
87 return mbgl::NullValue {}; in asMapboxGLPropertyValue()
1587 [](const mbgl::NullValue) { in QVariantFromValue() argument