HomeSort by relevance Sort by last modified time
    Searched defs:other_allocator (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/thread/futures/
test_allocator.h 121 class other_allocator class
125 template <class U> friend class other_allocator;
130 other_allocator() : data_(-1) {} function in class:other_allocator
131 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
132 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
139 other_allocator select_on_container_copy_construction() const
140 {return other_allocator(-2);}
142 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]
  /external/libcxx/test/support/
test_allocator.h 189 class other_allocator class
193 template <class U> friend class other_allocator;
198 other_allocator() : data_(-1) {} function in class:other_allocator
199 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
200 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
207 other_allocator select_on_container_copy_construction() const
208 {return other_allocator(-2);}
210 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 187 class other_allocator class
191 template <class U> friend class other_allocator;
196 other_allocator() : data_(-1) {} function in class:other_allocator
197 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
198 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
205 other_allocator select_on_container_copy_construction() const
206 {return other_allocator(-2);}
208 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 120 class other_allocator class
124 template <class U> friend class other_allocator;
129 other_allocator() : data_(-1) {} function in class:other_allocator
130 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
131 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
138 other_allocator select_on_container_copy_construction() const
139 {return other_allocator(-2);}
141 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]

Completed in 305 milliseconds