Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp37 typedef std::vector<int, cpp03_overload_allocator<int> > C; in test_ctor_under_alloc()
H A Dconstruct_iter_iter_alloc.pass.cpp39 typedef std::vector<int, cpp03_overload_allocator<int> > C; in test_ctor_under_alloc()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp37 typedef std::vector<int, cpp03_overload_allocator<int> > C; in test_ctor_under_alloc()
H A Dconstruct_iter_iter_alloc.pass.cpp39 typedef std::vector<int, cpp03_overload_allocator<int> > C; in test_ctor_under_alloc()
/aosp_15_r20/external/libcxx/test/support/
H A Dmin_allocator.h159 struct cpp03_overload_allocator : bare_allocator<T> struct
186 template <class T> bool cpp03_overload_allocator<T>::construct_called = false; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dmin_allocator.h168 struct cpp03_overload_allocator : bare_allocator<T> struct
195 template <class T> bool cpp03_overload_allocator<T>::construct_called = false; argument