Home
last modified time | relevance | path

Searched refs:GenericDocument (Results 1 – 7 of 7) 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.h62 class GenericDocument; variable
578 GenericValue(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs);
582 GenericValue& operator=(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs);
1809 template <typename, typename, typename> friend class GenericDocument;
2024 class GenericDocument : public GenericValue<Encoding, Allocator> {
2037 …explicit GenericDocument(Type type, Allocator* allocator = 0, size_t stackCapacity = kDefaultStack…
2050GenericDocument(Allocator* allocator = 0, size_t stackCapacity = kDefaultStackCapacity, StackAlloc…
2059 GenericDocument(GenericDocument&& rhs) RAPIDJSON_NOEXCEPT
2072 ~GenericDocument() {
2078 GenericDocument& operator=(GenericDocument&& rhs) RAPIDJSON_NOEXCEPT
[all …]
H A Dfwd.h119 class GenericDocument; variable
121 typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document;
H A Dpointer.h456 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>…
567 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault()
573 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault()
580 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault()
591 …GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in GetWithDefault()
643 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set()
649 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set()
655 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set()
662 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set()
673 …Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T … in Set()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Drapidjson.hpp8 using JSDocument = rapidjson::GenericDocument<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.hpp12 using rapidjson_document = rapidjson::GenericDocument<rapidjson::UTF8<>, rapidjson_allocator>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp64 rapidjson::GenericDocument<rapidjson::UTF8<>, rapidjson::CrtAllocator> doc; in decodeOfflineRegionDefinition()
90 rapidjson::GenericDocument<rapidjson::UTF8<>, rapidjson::CrtAllocator> doc; in encodeOfflineRegionDefinition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dparser.cpp30 rapidjson::GenericDocument<rapidjson::UTF8<>, rapidjson::CrtAllocator> document; in parse()