Home
last modified time | relevance | path

Searched defs:AllocT (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/
H A Ddefault.pass.cpp30 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef
35 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef
H A Dalloc_move.pass.cpp27 typedef CountingAllocator<char> AllocT; in main() typedef
H A Dalloc_copy.pass.cpp27 typedef CountingAllocator<char> AllocT; in main() typedef
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp66 using AllocT = Vect::allocator_type; in main() typedef
/aosp_15_r20/external/libcxx/test/std/containers/container.requirements/container.requirements.general/
H A Dallocator_move.pass.cpp33 using AllocT = typename C::allocator_type; in test() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp66 using AllocT = Vect::allocator_type; in tests() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.requirements/container.requirements.general/
H A Dallocator_move.pass.cpp33 using AllocT = typename C::allocator_type; in test() typedef