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

  /external/libcxx/test/support/
test_allocator.h 211 class other_allocator class
215 template <class U> friend class other_allocator;
220 other_allocator() : data_(-1) {} function in class:other_allocator
221 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
222 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
229 other_allocator select_on_container_copy_construction() const
230 {return other_allocator(-2);}
232 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 211 class other_allocator class
215 template <class U> friend class other_allocator;
220 other_allocator() : data_(-1) {} function in class:other_allocator
221 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
222 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
229 other_allocator select_on_container_copy_construction() const
230 {return other_allocator(-2);}
232 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]

Completed in 343 milliseconds