Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.cons/
H A Dcopy_alloc.pass.cpp42 struct poca_alloc { struct
48 poca_alloc(alloc_imp<T> *imp_) : imp (imp_) {} in poca_alloc() argument
51 poca_alloc(const poca_alloc<U>& other) : imp(other.imp) {} in poca_alloc() argument
58 bool operator==(const poca_alloc<T>& lhs, const poca_alloc<U>& rhs) in operator ==() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/
H A Dcopy_alloc.pass.cpp44 struct poca_alloc { struct
50 TEST_CONSTEXPR poca_alloc(alloc_imp* imp_) : imp(imp_) {} in poca_alloc() function
53 TEST_CONSTEXPR poca_alloc(const poca_alloc<U>& other) : imp(other.imp) {} in poca_alloc() argument
60 bool operator==(const poca_alloc<T>& lhs, const poca_alloc<U>& rhs) { in operator ==() argument