Home
last modified time | relevance | path

Searched defs:NoDefaultAllocator (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/input.output/string.streams/stringstream.cons/
Dstring.pass.cpp22 struct NoDefaultAllocator : std::allocator<T> struct
24 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument
25 NoDefaultAllocator(int id_) : id(id_) { } in NoDefaultAllocator() argument
26 template<typename U> NoDefaultAllocator(const NoDefaultAllocator<U>& a) : id(a.id) { } in NoDefaultAllocator() function
27 int id;
/external/cronet/stable/third_party/libc++/src/test/std/input.output/string.streams/stringstream/stringstream.cons/
Dstring.pass.cpp24 struct NoDefaultAllocator : std::allocator<T> struct
26 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument
27 NoDefaultAllocator(int id_) : id(id_) { } in NoDefaultAllocator() argument
28 template<typename U> NoDefaultAllocator(const NoDefaultAllocator<U>& a) : id(a.id) { } in NoDefaultAllocator() function
29 int id;
/external/cronet/tot/third_party/libc++/src/test/std/input.output/string.streams/stringstream/stringstream.cons/
Dstring.pass.cpp24 struct NoDefaultAllocator : std::allocator<T> struct
26 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument
27 NoDefaultAllocator(int id_) : id(id_) { } in NoDefaultAllocator() argument
28 template<typename U> NoDefaultAllocator(const NoDefaultAllocator<U>& a) : id(a.id) { } in NoDefaultAllocator() function
29 int id;