Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h167 template <class U> friend class non_default_test_allocator; variable
181 explicit non_default_test_allocator(int i) TEST_NOEXCEPT : data_(i) {++count;} in non_default_test_allocator() function
182 non_default_test_allocator(const non_default_test_allocator& a) TEST_NOEXCEPT in non_default_test_allocator() function
184 …template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) TEST_NOEXCEPT in non_default_test_allocator() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp26 struct non_default_test_allocator : test_allocator<T> { struct
H A Dalloc_F.pass.cpp37 struct non_default_test_allocator : test_allocator<T> { struct