Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dreduce_to_vec.hpp69 template <typename U> struct rebind struct
71 typedef Sum<U> other;
89 template <typename U> struct rebind struct
91 typedef Avg<U> other;
109 template <typename U> struct rebind struct
111 typedef Min<U> other;
129 template <typename U> struct rebind struct
131 typedef Max<U> other;
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp33 template <class U> using rebind = B1<U>; typedef
50 template <class V> using rebind = D1<V, U>; typedef
/external/libcxx/test/support/
Dtest_allocator.h54 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
114 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct
172 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
/external/clang/test/SemaCXX/
DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
/external/libcxx/test/std/thread/futures/
Dtest_allocator.h48 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
104 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/external/libcxx/test/std/containers/
Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct
/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/v8/src/
Dzone-allocator.h25 template<class O> 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/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;}; argument
Dalias-templates.cpp30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef
46 template<typename U> using rebind = thing<U>; typedef
/external/google-breakpad/src/common/
Dmemory.h180 template <typename U> struct rebind { struct
181 typedef PageStdAllocator<U> 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.py885 def add_forwarding(self, src, dst, reverse=False, rebind=True): argument
/external/opencv3/modules/core/include/opencv2/core/
Dcvstd.hpp140 template<typename U> class rebind { typedef Allocator<U> other; }; class in cv::Allocator
/external/libcxxabi/src/
Dcxa_demangle.cpp4774 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; 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()

12