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

  /external/libcxx/test/std/containers/associative/map/map.cons/
copy_assign.pass.cpp 33 class counting_allocatorT {
37 counting_allocatorT(int f) noexcept : foo(f) {}
40 template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.foo;}
41 template <class U> bool operator==(const counting_allocatorT<U>& other) const noexcept { return foo == other.foo; }
42 template <class U> bool operator!=(const counting_allocatorT<U>& other) const noexcept { return foo != other.foo; }
287 typedef counting_allocatorT<V> A;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
copy_assign.pass.cpp 33 class counting_allocatorT {
37 counting_allocatorT(int f) noexcept : foo(f) {}
40 template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.foo;}
41 template <class U> bool operator==(const counting_allocatorT<U>& other) const noexcept { return foo == other.foo; }
42 template <class U> bool operator!=(const counting_allocatorT<U>& other) const noexcept { return foo != other.foo; }
287 typedef counting_allocatorT<V> A;

Completed in 243 milliseconds