Home
last modified time | relevance | path

Searched defs:other_allocator (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/
Dtest_allocator.hpp121 class other_allocator class
130 other_allocator() : data_(-1) {} in other_allocator() function in other_allocator
131 explicit other_allocator(int i) : data_(i) {} in other_allocator() function in other_allocator
132 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function in other_allocator
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h262 template <class U> friend class other_allocator; variable
267 other_allocator() : data_(-1) {} in other_allocator() function
268 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
269 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_allocator.h262 friend class other_allocator; variable
267 TEST_CONSTEXPR_CXX14 other_allocator() {} in other_allocator() function
268 TEST_CONSTEXPR_CXX14 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
271 TEST_CONSTEXPR_CXX14 other_allocator(const other_allocator<U>& a) : data_(a.data_) {} in other_allocator() function