/external/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/ |
D | uses_allocator.pass.cpp | 25 typedef int allocator_type; typedef 29 static int allocator_type; member 33 static int allocator_type() { return 0; } in allocator_type() function 38 typedef int allocator_type; typedef
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct.pass.cpp | 29 typedef A1<B> allocator_type; typedef 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type; typedef 61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type; typedef 78 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type; typedef 95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; typedef
|
/external/clang/test/SemaTemplate/ |
D | exception-spec-crash.cpp | 16 typedef _Allocator allocator_type; typedef in basic_string
|
/external/clang/test/CodeGenCXX/ |
D | lpad-linetable.cpp | 30 typedef _Alloc allocator_type; typedef 45 typedef _Alloc allocator_type; typedef in std::vector
|
/external/clang/test/CXX/except/except.spec/ |
D | canonical.cpp | 22 typedef _Allocator allocator_type; typedef in std::basic_string
|
/external/clang/test/SemaCXX/ |
D | PR9908.cpp | 13 typedef Alloc allocator_type; typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/ |
D | alloc_first.h | 21 typedef A1<int> allocator_type; typedef
|
D | alloc_last.h | 21 typedef A1<int> allocator_type; typedef
|
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
D | ctor_queue_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef
|
D | ctor_rcontainer_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
D | ctor_rqueue_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
D | ctor_copy_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef
|
D | ctor_rcontainer_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
D | ctor_rqueue_alloc.pass.cpp | 40 typedef test_allocator<MoveOnly> allocator_type; typedef
|
/external/libcxx/test/libcxx/debug/containers/ |
D | db_string.pass.cpp | 33 using allocator_type = typename Container::allocator_type; typedef
|
D | db_sequence_container_iterators.pass.cpp | 31 using allocator_type = typename Container::allocator_type; typedef
|
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_piecewise_pair.pass.cpp | 82 typedef ex::memory_resource* allocator_type; typedef 95 typedef ex::memory_resource* allocator_type; typedef
|
/external/libcxx/test/support/ |
D | uses_alloc_types.hpp | 271 typedef Alloc allocator_type; typedef in UsesAllocatorV1 305 typedef Alloc allocator_type; typedef in UsesAllocatorV2 331 typedef Alloc allocator_type; typedef in UsesAllocatorV3
|
/external/libchrome/base/memory/ |
D | scoped_vector.h | 25 typedef typename std::vector<T*>::allocator_type allocator_type; typedef
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | scoped_vector.h | 29 typedef typename std::vector<T*>::allocator_type allocator_type; typedef
|