Searched refs:PushBack (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline.cpp | 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/ |
| H A D | geojson_impl.hpp | 303 result.PushBack(operator()(vector[i]), allocator); in operator ()() 311 result.PushBack(element.x, allocator); in operator ()() 312 result.PushBack(element.y, allocator); in operator ()() 364 result.PushBack(value::visit(item, *this), allocator); in operator ()() 424 features.PushBack(convert(element, allocator), allocator); in convert()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | biginteger.h | 82 PushBack(1); 100 PushBack(k); 123 PushBack(k); 234 void PushBack(Type digit) { in PushBack() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | document.h | 1541 GenericValue& PushBack(GenericValue& value, Allocator& allocator) { 1550 GenericValue& PushBack(GenericValue&& value, Allocator& allocator) { 1551 return PushBack(value, allocator); 1564 GenericValue& PushBack(StringRefType value, Allocator& allocator) { 1565 return (*this).template PushBack<StringRefType>(value, allocator); 1587 PushBack(T value, Allocator& allocator) { 1589 return PushBack(v, allocator); 2465 …GenericArray PushBack(ValueType& value, AllocatorType& allocator) const { value_.PushBack(value, a… 2467 …GenericArray PushBack(ValueType&& value, AllocatorType& allocator) const { value_.PushBack(value, … 2469 …GenericArray PushBack(StringRefType value, AllocatorType& allocator) const { value_.PushBack(value… [all …]
|
| H A D | pointer.h | 407 v->PushBack(ValueType().Move(), allocator); 425 v->PushBack(ValueType().Move(), allocator);
|
| H A D | schema.h | 963 a.PushBack(c, *allocator_); in AddUniqueElement() 1869 a->PushBack(h, GetStateAllocator());
|