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

  /external/libcxx/test/std/containers/associative/map/map.cons/
copy_assign.pass.cpp 56 class counting_allocatorF {
60 counting_allocatorF(int f) noexcept : foo(f) {}
63 template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.foo;}
64 template <class U> bool operator==(const counting_allocatorF<U>& other) const noexcept { return foo == other.foo; }
65 template <class U> bool operator!=(const counting_allocatorF<U>& other) const noexcept { return foo != other.foo; }
321 typedef counting_allocatorF<V> A;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
copy_assign.pass.cpp 56 class counting_allocatorF {
60 counting_allocatorF(int f) noexcept : foo(f) {}
63 template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.foo;}
64 template <class U> bool operator==(const counting_allocatorF<U>& other) const noexcept { return foo == other.foo; }
65 template <class U> bool operator!=(const counting_allocatorF<U>& other) const noexcept { return foo != other.foo; }
321 typedef counting_allocatorF<V> A;

Completed in 679 milliseconds