Home
last modified time | relevance | path

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

12

/external/libcxx/test/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/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;}; struct
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
/external/libcxx/test/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/stlport/stlport/stl/
D_pthread_alloc.h109 template <class _NewType> struct rebind { struct
110 typedef pthread_allocator<_NewType> other;
198 template <class _NewType> struct rebind { struct
199 typedef pthread_allocator<_NewType> other;
D_iostream_string.h54 template <class _Tp1> struct rebind { struct
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template argument
D_alloc.h285 template <class _Tp1> struct rebind { struct
286 typedef allocator<_Tp1> other;
374 template <class _Tp1> struct rebind { struct
375 typedef allocator<_Tp1> other;
/external/clang/test/SemaCXX/
DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
/external/libcxx/test/thread/futures/
Dtest_allocator.h47 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
103 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
/external/libcxx/test/support/
Dtest_allocator.h52 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
110 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
/external/libcxx/test/containers/
Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; 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/chromium_org/third_party/tcmalloc/chromium/src/base/
Dstl_allocator.h69 template <class T1> struct rebind { struct
70 typedef STL_Allocator<T1, Alloc> other;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dstl_allocator.h69 template <class T1> struct rebind { struct
70 typedef STL_Allocator<T1, Alloc> other;
/external/chromium_org/v8/src/
Dzone-allocator.h25 template<class O> struct rebind { struct
26 typedef zone_allocator<O> other;
/external/chromium_org/base/containers/
Dstack_container.h70 struct rebind { struct
71 typedef StackAllocator<U, stack_capacity> other;
/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp244 template <class U> struct rebind {typedef B1<U> other;}; struct
252 template <class V> struct rebind {typedef D1<V, U> other;}; argument
/external/stlport/test/eh/
DPrefix.h132 template <class _Tp1> struct rebind { struct
133 typedef EH_allocator<_Tp1> other;
/external/chromium_org/courgette/
Dmemory_allocator.h149 struct rebind { struct
151 typedef MemoryAllocator<OtherT> other;
/external/stlport/test/unit/
Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in std::allocator
94 typedef allocator<_Tp1> other;
Dstack_allocator.h83 struct rebind { struct
84 typedef StackAllocator<_Other> other;
Dvector_test.cpp512 template <class _Tp1> struct rebind { struct
513 typedef NotSTLportAllocator<_Tp1> other;
/external/chromium_org/third_party/angle/src/compiler/translator/
DPoolAlloc.h244 struct rebind { struct
245 typedef pool_allocator<Other> other;

12