Home
last modified time | relevance | path

Searched refs:GenericValue (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Ddocument.h59 class GenericValue;
72 GenericValue<Encoding, Allocator> name; //!< name of member (must be a string)
73 GenericValue<Encoding, Allocator> value; //!< value of member.
105 friend class GenericValue<Encoding,Allocator>; variable
398 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {};
540 class GenericValue {
550 typedef GenericValue* ValueIterator; //!< Value iterator for iterating in array.
551 …typedef const GenericValue* ConstValueIterator; //!< Constant value iterator for iterating in arra…
552 typedef GenericValue<Encoding, Allocator> ValueType; //!< Value type of itself.
562 GenericValue() RAPIDJSON_NOEXCEPT : data_() { data_.f.flags = kNullFlag; }
[all …]
H A Dfwd.h114 class GenericValue; variable
116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value;
H A Dschema.h347 typedef GenericValue<EncodingType, AllocatorType> SValue;
1779 typedef GenericValue<UTF8<>, StateAllocator> HashCodeArray;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Drapidjson.hpp9 using JSValue = rapidjson::GenericValue<rapidjson::UTF8<>, rapidjson::CrtAllocator>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/geojson/
H A Drapidjson.hpp13 using rapidjson_value = rapidjson::GenericValue<rapidjson::UTF8<>, rapidjson_allocator>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp95 … rapidjson::GenericValue<rapidjson::UTF8<>, rapidjson::CrtAllocator> bounds(rapidjson::kArrayType); in encodeOfflineRegionDefinition()