Home
last modified time | relevance | path

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

/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
/external/libcxx/test/support/
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
/external/cronet/stable/third_party/libc++/src/test/support/
Dtest_allocator.h261 friend class other_allocator; variable
266 TEST_CONSTEXPR_CXX14 other_allocator() {} in other_allocator() function
267 TEST_CONSTEXPR_CXX14 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
270 TEST_CONSTEXPR_CXX14 other_allocator(const other_allocator<U>& a) : data_(a.data_) {} in other_allocator() function
/external/cronet/tot/third_party/libc++/src/test/support/
Dtest_allocator.h261 friend class other_allocator; variable
266 TEST_CONSTEXPR_CXX14 other_allocator() {} in other_allocator() function
267 TEST_CONSTEXPR_CXX14 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
270 TEST_CONSTEXPR_CXX14 other_allocator(const other_allocator<U>& a) : data_(a.data_) {} in other_allocator() function