Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp93 …_url", rapidjson::StringRef(region.styleURL.data(), region.styleURL.length()), doc.GetAllocator()); in encodeOfflineRegionDefinition()
96 bounds.PushBack(region.bounds.south(), doc.GetAllocator()); in encodeOfflineRegionDefinition()
97 bounds.PushBack(region.bounds.west(), doc.GetAllocator()); in encodeOfflineRegionDefinition()
98 bounds.PushBack(region.bounds.north(), doc.GetAllocator()); in encodeOfflineRegionDefinition()
99 bounds.PushBack(region.bounds.east(), doc.GetAllocator()); in encodeOfflineRegionDefinition()
100 doc.AddMember("bounds", bounds, doc.GetAllocator()); in encodeOfflineRegionDefinition()
102 doc.AddMember("min_zoom", region.minZoom, doc.GetAllocator()); in encodeOfflineRegionDefinition()
104 doc.AddMember("max_zoom", region.maxZoom, doc.GetAllocator()); in encodeOfflineRegionDefinition()
107 doc.AddMember("pixel_ratio", region.pixelRatio, doc.GetAllocator()); in encodeOfflineRegionDefinition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h314 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
457 return Create(document, document.GetAllocator(), alreadyExist);
568 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
574 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
581 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
592 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
650 return Create(document).CopyFrom(value, document.GetAllocator()); in Set()
656 return Create(document) = ValueType(value, document.GetAllocator()).Move(); in Set()
663 return Create(document) = ValueType(value, document.GetAllocator()).Move(); in Set()
H A Ddocument.h2157 stack_.HasAllocator() ? &stack_.GetAllocator() : 0);
2308 Allocator& GetAllocator() {
2343 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator());
2351 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator());
2363 stack_.template Top<ValueType>()->SetObjectRaw(members, memberCount, GetAllocator());
2371 stack_.template Top<ValueType>()->SetArrayRaw(elements, elementCount, GetAllocator());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h170 Allocator& GetAllocator() { in GetAllocator() function
H A Dregex.h334 stateSet_ = static_cast<unsigned*>(states_.GetAllocator().Malloc(GetStateSetSize())); in RAPIDJSON_DIAG_OFF()