Searched defs:NullValue (Results 1 – 5 of 5) sorted by relevance
10 using NullValue = mapbox::geometry::null_value_t; typedef
16 [&](const NullValue&) -> type::Type { return type::Null; }, in typeOf()39 [&] (const NullValue&) { writer.Null(); }, in writeJSON()
309 [](const NullValue&) -> Result<std::string> { return std::string(); }, in initializeDefinitions()321 [&] (const NullValue&) { return false; }, in initializeDefinitions()
21 void stringify(Writer& writer, NullValue) { in stringify() argument
1587 [](const mbgl::NullValue) { in QVariantFromValue()