Home
last modified time | relevance | path

Searched defs:allocator_is_always_equal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dallocator_access.hpp232 struct allocator_is_always_equal { struct
233 typedef detail::alloc_false type;
237 struct allocator_is_always_equal { struct
238 typedef typename std::is_empty<A>::type type;
242 struct allocator_is_always_equal<A, struct
244 typedef typename A::is_always_equal type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dallocator_traits.hpp44 struct allocator_is_always_equal:boost::is_empty<Allocator>{}; struct
47 struct allocator_is_always_equal< struct