Home
last modified time | relevance | path

Searched refs:AllocatorType (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalloc_helpers.hpp29 template<class AllocatorType>
30 inline void swap_alloc(AllocatorType &, AllocatorType &, container_detail::false_type) in swap_alloc() argument
34 template<class AllocatorType>
35 inline void swap_alloc(AllocatorType &l, AllocatorType &r, container_detail::true_type) in swap_alloc()
38 template<class AllocatorType>
39 inline void assign_alloc(AllocatorType &, const AllocatorType &, container_detail::false_type) in assign_alloc() argument
43 template<class AllocatorType>
44 inline void assign_alloc(AllocatorType &l, const AllocatorType &r, container_detail::true_type) in assign_alloc()
47 template<class AllocatorType>
48 inline void move_alloc(AllocatorType &, AllocatorType &, container_detail::false_type) in move_alloc() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h401 …ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis…
456 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>…
533 …t(ValueType& root, const ValueType& defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault()
540 …hDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault()
548 … root, const std::basic_string<Ch>& defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault()
561 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
567 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument
573 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument
580 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument
591 …GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in GetWithDefault() argument
[all …]
H A Ddocument.h397 …l<T, typename Void<typename T::EncodingType>::Type, typename Void<typename T::AllocatorType>::Type>
398 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {};
418 …static ValueType& Set(ValueType& v, bool data, typename ValueType::AllocatorType&) { return v.SetB…
426 …static ValueType& Set(ValueType& v, int data, typename ValueType::AllocatorType&) { return v.SetIn…
434 …static ValueType& Set(ValueType& v, unsigned data, typename ValueType::AllocatorType&) { return v.…
442 …static ValueType& Set(ValueType& v, int64_t data, typename ValueType::AllocatorType&) { return v.S…
450 …static ValueType& Set(ValueType& v, uint64_t data, typename ValueType::AllocatorType&) { return v.…
458 …static ValueType& Set(ValueType& v, double data, typename ValueType::AllocatorType&) { return v.Se…
466 …static ValueType& Set(ValueType& v, float data, typename ValueType::AllocatorType&) { return v.Set…
475 …static ValueType& Set(ValueType& v, const StringType data, typename ValueType::AllocatorType& a) {…
[all …]
H A Dschema.h341 typedef typename SchemaDocumentType::AllocatorType AllocatorType; typedef
347 typedef GenericValue<EncodingType, AllocatorType> SValue;
348 friend class GenericSchemaDocument<ValueType, AllocatorType>;
350 …onst PointerType& p, const ValueType& value, const ValueType& document, AllocatorType* allocator) : in Schema()
584 AllocatorType::Free(properties_); in ~Schema()
589 AllocatorType::Free(patternProperties_); in ~Schema()
591 AllocatorType::Free(itemsTuple_); in ~Schema()
946 ~SchemaArray() { AllocatorType::Free(schemas); } in ~SchemaArray()
1005 AllocatorType::Free(r); in CreatePattern()
1199 ~Property() { AllocatorType::Free(dependencies); } in ~Property()
[all …]