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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_allocator.h 80 class other_allocator class
84 template <class U> friend class other_allocator;
89 other_allocator() : data_(-1) {} function in class:other_allocator
90 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
91 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
98 other_allocator select_on_container_copy_construction() const
99 {return other_allocator(-2);}
101 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/
test_allocator.h 80 class other_allocator class
84 template <class U> friend class other_allocator;
89 other_allocator() : data_(-1) {} function in class:other_allocator
90 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
91 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
98 other_allocator select_on_container_copy_construction() const
99 {return other_allocator(-2);}
101 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 111 class other_allocator class
115 template <class U> friend class other_allocator;
120 other_allocator() : data_(-1) {} function in class:other_allocator
121 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
122 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
129 other_allocator select_on_container_copy_construction() const
130 {return other_allocator(-2);}
132 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 80 class other_allocator class
84 template <class U> friend class other_allocator;
89 other_allocator() : data_(-1) {} function in class:other_allocator
90 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
91 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
98 other_allocator select_on_container_copy_construction() const
99 {return other_allocator(-2);}
101 friend bool operator==(const other_allocator& x, const other_allocator& y
    [all...]

Completed in 82 milliseconds