Home
last modified time | relevance | path

Searched defs:allocator_type (Results 1 – 22 of 22) sorted by relevance

/external/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/
Duses_allocator.pass.cpp25 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/
Dconstruct.pass.cpp29 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/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_piecewise_pair_evil.pass.cpp58 using allocator_type = EvilAlloc<char>; typedef
72 using allocator_type = EvilAlloc<char>; typedef
86 using allocator_type = EvilAlloc<char>; typedef
/external/clang/test/CodeGenCXX/
Dlpad-linetable.cpp30 typedef _Alloc allocator_type; typedef
45 typedef _Alloc allocator_type; typedef in std::vector
/external/clang/test/SemaTemplate/
Dexception-spec-crash.cpp16 typedef _Allocator allocator_type; typedef in basic_string
/external/clang/test/CXX/except/except.spec/
Dcanonical.cpp22 typedef _Allocator allocator_type; typedef in std::basic_string
/external/clang/test/SemaCXX/
DPR9908.cpp13 typedef Alloc allocator_type; typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/
Dalloc_last.h21 typedef A1<int> allocator_type; typedef
Dalloc_first.h21 typedef A1<int> allocator_type; typedef
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
Dctor_copy_alloc.pass.cpp37 typedef test_allocator<int> allocator_type; typedef
Dctor_rcontainer_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
Dctor_rqueue_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
Dctor_queue_alloc.pass.cpp37 typedef test_allocator<int> allocator_type; typedef
Dctor_rcontainer_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
Dctor_rqueue_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_piecewise_pair.pass.cpp82 typedef ex::polymorphic_allocator<char> allocator_type; typedef
95 typedef ex::polymorphic_allocator<char> allocator_type; typedef
/external/libcxx/test/libcxx/debug/containers/
Ddb_string.pass.cpp36 using allocator_type = typename Container::allocator_type; typedef
Ddb_sequence_container_iterators.pass.cpp34 using allocator_type = typename Container::allocator_type; typedef
/external/libcxx/test/support/
Duses_alloc_types.hpp272 typedef Alloc allocator_type; typedef in UsesAllocatorV1
306 typedef Alloc allocator_type; typedef in UsesAllocatorV2
332 typedef Alloc allocator_type; typedef in UsesAllocatorV3
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc85 const string& allocator_type = options.allocator_type(); in GetGPUAllocator() local
/external/webrtc/webrtc/system_wrappers/include/
Dscoped_vector.h29 typedef typename std::vector<T*>::allocator_type allocator_type; typedef
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto48 string allocator_type = 2; field