Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 25 of 34) sorted by relevance

12

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp32 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
63 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
71 struct rebind { typedef void other; }; argument
78 struct rebind { struct
80 typedef void other;
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp35 template <class U> using rebind = B1<U>; typedef
52 template <class V> using rebind = D1<V, U>; typedef
62 void rebind() {} in rebind() function
71 using rebind = void; typedef
80 static constexpr int rebind = 42; member
/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp32 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
63 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
/external/google-fruit/include/fruit/impl/data_structures/
Darena_allocator.h48 struct rebind { struct
49 using other = ArenaAllocator<U>;
/external/v8/src/zone/
Dzone-allocator.h25 struct rebind { struct
26 typedef ZoneAllocator<O> other;
85 struct rebind { struct
86 typedef RecyclingZoneAllocator<O> other;
/external/libcxx/test/std/input.output/string.streams/stringstream.cons/
Dstring.pass.cpp24 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument
/external/clang/test/SemaCXX/
DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
/external/libcxx/test/support/
Dtest_allocator.h88 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
178 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct
238 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
413 template <class U> struct rebind { typedef limited_allocator<U, N> other; }; struct
Dcontrolled_allocators.hpp227 struct rebind { using other = CountingAllocator<U, ID>; }; struct in CountingAllocator
293 struct rebind { using other = CountingAllocator<U, ID>; }; argument
/external/eigen/Eigen/src/StlSupport/
Ddetails.h34 struct rebind struct
36 typedef aligned_allocator_indirection<U> other;
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct
9 typedef new_allocator other;
Dlpad-linetable.cpp18 struct rebind struct in std::allocator
19 { typedef allocator<_Tp1> other; };
Ddebug-info-use-after-free.cpp95 template < typename > struct rebind { struct
96 typedef new_allocator other;
/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h94 struct rebind { struct
95 typedef Allocator<U> other;
/external/libchrome/base/containers/
Dstack_container.h69 struct rebind { struct
70 typedef StackAllocator<U, stack_capacity> other;
/external/google-breakpad/src/common/
Dmemory.h180 template <typename U> struct rebind { struct
181 typedef PageStdAllocator<U> other;
/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp244 template <class U> struct rebind {typedef B1<U> other;}; argument
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct
/external/antlr/runtime/Cpp/include/
Dantlr3memory.hpp59 template<class U> struct rebind { struct in DefaultAllocPolicy::AllocatorType
60 typedef AllocatorType<U> other;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DServiceController.java67 public ServiceController<T> rebind() { in rebind() method in ServiceController
DIntentServiceController.java67 public IntentServiceController<T> rebind() { in rebind() method in IntentServiceController
/external/swiftshader/third_party/subzero/src/
DIceMemory.h88 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; argument
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c165 boolean *rebind) in vmw_svga_winsys_surface_unmap()
Dvmw_surface.h67 boolean rebind; /* Surface needs a rebind after next unmap */ member
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h258 struct rebind { struct
259 typedef pool_allocator<Other> other;
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h274 struct rebind { struct
275 typedef pool_allocator<Other> other;

12