Home
last modified time | relevance | path

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

/external/libcxx/test/std/strings/basic.string/string.cons/
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
64 bool operator!=(const poca_alloc<T>& lhs, const poca_alloc<U>& rhs) in operator !=()
111 typedef poca_alloc<char> A; in main()