/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 30 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/ |
D | rebind_traits.pass.cpp | 30 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/ |
D | reduce_to_vec.hpp | 69 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/ |
D | rebind.pass.cpp | 33 template <class U> using rebind = B1<U>; typedef 50 template <class V> using rebind = D1<V, U>; typedef
|
/external/libcxx/test/support/ |
D | test_allocator.h | 54 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/ |
D | PR9908.cpp | 27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
|
/external/libcxx/test/std/thread/futures/ |
D | test_allocator.h | 48 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/ |
D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; struct
|
/external/eigen/Eigen/src/StlSupport/ |
D | details.h | 34 struct rebind struct 36 typedef aligned_allocator_indirection<U> other;
|
/external/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 8 template < typename > struct rebind { struct 9 typedef new_allocator other;
|
D | lpad-linetable.cpp | 18 struct rebind struct in std::allocator 19 { typedef allocator<_Tp1> other; };
|
D | debug-info-use-after-free.cpp | 95 template < typename > struct rebind { struct 96 typedef new_allocator other;
|
/external/v8/src/ |
D | zone-allocator.h | 25 template<class O> struct rebind { struct 26 typedef zone_allocator<O> other;
|
/external/libchrome/base/containers/ |
D | stack_container.h | 72 struct rebind { struct 73 typedef StackAllocator<U, stack_capacity> other;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-member-template.cpp | 244 template <class U> struct rebind {typedef B1<U> other;}; argument 252 template <class V> struct rebind {typedef D1<V, U> other;}; argument
|
D | alias-templates.cpp | 30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef 46 template<typename U> using rebind = thing<U>; typedef
|
/external/google-breakpad/src/common/ |
D | memory.h | 180 template <typename U> struct rebind { struct 181 typedef PageStdAllocator<U> other;
|
/external/dhcpcd-6.8.2/ |
D | dhcp6.h | 195 uint32_t rebind; member
|
D | dhcp6.c | 1954 uint32_t u32, renew, rebind; in dhcp6_findia() local
|
/external/autotest/server/hosts/ |
D | adb_host.py | 885 def add_forwarding(self, src, dst, reverse=False, rebind=True): argument
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cvstd.hpp | 140 template<typename U> class rebind { typedef Allocator<U> other; }; class in cv::Allocator
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 4774 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 1258 …est::RecreateBuffersTest (Context& context, const FboConfig& config, deUint32 buffers, bool rebind) in RecreateBuffersTest()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 362 } rebind; member
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 1833 …eBuffersTest<Buffers>::RecreateBuffersTest (Context& context, const FboConfig& config, bool rebind) in RecreateBuffersTest()
|