Home
last modified time | relevance | path

Searched refs:outermost_allocator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dscoped_allocator.hpp110 struct outermost_allocator struct
115 BOOST_CONTAINER_FORCEINLINE typename outermost_allocator<Allocator>::type &
117 { return outermost_allocator<Allocator>::get(a); } in get_outermost_allocator()
120 BOOST_CONTAINER_FORCEINLINE const typename outermost_allocator<Allocator>::type &
122 { return outermost_allocator<Allocator>::get(a); } in get_outermost_allocator()
747 allocator_traits<typename outermost_allocator<OuterAlloc>::type> in destroy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dscoped_allocator_adaptor_test.cpp688 < outermost_allocator<ScopedScoped0Inner>::type in main()
700 Outer10IdAlloc & val = outermost_allocator<ScopedScoped0Inner>::get(ssro0i); in main()
771 < outermost_allocator<ScopedScoped1Inner>::type in main()
788 Outer10IdAlloc & val = outermost_allocator<ScopedScoped1Inner>::get(ssro1i); in main()