Home
last modified time | relevance | path

Searched defs:counting_allocatorF (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/containers/associative/map/map.cons/
Dcopy_assign.pass.cpp56 class counting_allocatorF { class
60 counting_allocatorF(int f) noexcept : foo(f) {} in counting_allocatorF() function in counting_allocatorF
63 …template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.… in counting_allocatorF() function in counting_allocatorF
/external/llvm-project/libcxx/test/std/containers/associative/map/map.cons/
Dcopy_assign.pass.cpp55 class counting_allocatorF { class
59 counting_allocatorF(int f) noexcept : foo(f) {} in counting_allocatorF() function in counting_allocatorF
62 …template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.… in counting_allocatorF() function in counting_allocatorF