Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp46 struct ObjectType { struct
47 constexpr ObjectType() {}; in ObjectType() argument
49 bool operator==(const ObjectType&) const { return true; } in operator ==() argument
76 constexpr ObjectType Object;
88 ObjectType,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dliteral.cpp106 if (getType().is<type::Array>() || getType().is<type::ObjectType>()) { in serialize()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Ddebug.asl111 If (LEqual(ObjectType(Arg0), 1)) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Ddocument.h506 typedef typename ValueType::Object ObjectType;
508 static ObjectType Get(ValueType& v) { return v.GetObject(); }
509 static ValueType& Set(ValueType& v, ObjectType data) { return v = data; }
510 …static ValueType& Set(ValueType& v, ObjectType data, typename ValueType::AllocatorType&) { v = dat…
515 typedef typename ValueType::ConstObject ObjectType;
517 static ObjectType Get(const ValueType& v) { return v.GetObject(); }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp199 [&] (const type::ObjectType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument