Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp32 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
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;}; struct
/external/clang/test/SemaCXX/
DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
/external/eigen/Eigen/src/StlSupport/
Ddetails.h34 struct rebind struct
36 typedef aligned_allocator_indirection<U> other;
/external/libcxx/test/support/
Dtest_allocator.h63 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
131 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct
191 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
366 template <class U> struct rebind { typedef limited_allocator<U, N> other; }; argument
Dcontrolled_allocators.hpp227 struct rebind { using other = CountingAllocator<U, ID>; }; struct in CountingAllocator
293 struct rebind { using other = CountingAllocator<U, ID>; }; struct in CountingAllocator
/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/v8/src/zone/
Dzone-allocator.h25 struct rebind { struct
26 typedef zone_allocator<O> other;
/external/libchrome/base/containers/
Dstack_container.h72 struct rebind { struct
73 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
Dalias-templates.cpp30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef
46 template<typename U> using rebind = thing<U>; typedef
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h252 struct rebind { struct
253 typedef pool_allocator<Other> other;
/external/syslinux/core/lwip/src/core/
Dudp.c704 u8_t rebind; local
/external/libcxxabi/src/
Dcxa_demangle.cpp4831 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument
4897 template <class U> struct rebind { using other = malloc_alloc<U>; }; argument
/external/protobuf/src/google/protobuf/
Dmap.h634 struct rebind { struct
635 typedef MapAllocator<X> other;
/external/dhcpcd-6.8.2/
Ddhcp6.h195 uint32_t rebind; member
Ddhcp6.c1954 uint32_t u32, renew, rebind; in dhcp6_findia() local
/external/autotest/server/hosts/
Dadb_host.py1172 def add_forwarding(self, src, dst, reverse=False, rebind=True): argument
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1258 …est::RecreateBuffersTest (Context& context, const FboConfig& config, deUint32 buffers, bool rebind) in RecreateBuffersTest()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h362 } rebind; member
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1833 …eBuffersTest<Buffers>::RecreateBuffersTest (Context& context, const FboConfig& config, bool rebind) in RecreateBuffersTest()