Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h124 template <class U> friend class other_allocator; variable
129 other_allocator() : data_(-1) {} in other_allocator() function
130 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
131 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h191 template <class U> friend class other_allocator; variable
196 other_allocator() : data_(-1) {} in other_allocator() function
197 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
198 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function