Home
last modified time | relevance | path

Searched refs:counting_allocatorT (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/containers/associative/map/map.cons/
Dcopy_assign.pass.cpp33 class counting_allocatorT { class
37 counting_allocatorT(int f) noexcept : foo(f) {} in counting_allocatorT() function in counting_allocatorT
40 …template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.… in counting_allocatorT() function in counting_allocatorT
41 …template <class U> bool operator==(const counting_allocatorT<U>& other) const noexcept { return fo… in operator ==()
42 …template <class U> bool operator!=(const counting_allocatorT<U>& other) const noexcept { return fo… in operator !=()
287 typedef counting_allocatorT<V> A; in main()
/external/llvm-project/libcxx/test/std/containers/associative/map/map.cons/
Dcopy_assign.pass.cpp32 class counting_allocatorT { class
36 counting_allocatorT(int f) noexcept : foo(f) {} in counting_allocatorT() function in counting_allocatorT
39 …template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.… in counting_allocatorT() function in counting_allocatorT
40 …template <class U> bool operator==(const counting_allocatorT<U>& other) const noexcept { return fo… in operator ==()
41 …template <class U> bool operator!=(const counting_allocatorT<U>& other) const noexcept { return fo… in operator !=()
292 typedef counting_allocatorT<V> A; in main()