Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
Dov_tree_map_.hpp139 typedef typename _Alloc::template rebind<metadata_type>::other metadata_allocator; typedef in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
140 typedef typename metadata_allocator::pointer metadata_pointer;
141 typedef typename metadata_allocator::const_reference metadata_const_reference;
142 typedef typename metadata_allocator::reference metadata_reference;
515 static metadata_allocator s_metadata_alloc;
Dconstructors_destructor_fn_imps.hpp46 typename PB_DS_CLASS_C_DEC::metadata_allocator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
Dov_tree_map_.hpp139 typedef typename _Alloc::template rebind<metadata_type>::other metadata_allocator; typedef in __gnu_pbds::detail::PB_DS_OV_TREE_NAME
140 typedef typename metadata_allocator::pointer metadata_pointer;
141 typedef typename metadata_allocator::const_reference metadata_const_reference;
142 typedef typename metadata_allocator::reference metadata_reference;
515 static metadata_allocator s_metadata_alloc;
Dconstructors_destructor_fn_imps.hpp46 typename PB_DS_CLASS_C_DEC::metadata_allocator
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dfrom_span.cc79 std::optional<MultiBuf> FromSpan(pw::Allocator& metadata_allocator, in FromSpan() argument
83 SpanTracker::New(metadata_allocator, region, std::move(deleter)); in FromSpan()
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/
H A Dfrom_span.h31 std::optional<MultiBuf> FromSpan(pw::Allocator& metadata_allocator,