/external/libcxx/test/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/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;}; struct 61 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
|
/external/libcxx/test/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/stlport/stlport/stl/ |
D | _pthread_alloc.h | 109 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.h | 54 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.h | 285 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/ |
D | PR9908.cpp | 27 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
|
/external/libcxx/test/thread/futures/ |
D | test_allocator.h | 47 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/ |
D | test_allocator.h | 52 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/ |
D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; argument
|
/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/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | stl_allocator.h | 69 template <class T1> struct rebind { struct 70 typedef STL_Allocator<T1, Alloc> other;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | stl_allocator.h | 69 template <class T1> struct rebind { struct 70 typedef STL_Allocator<T1, Alloc> other;
|
/external/chromium_org/v8/src/ |
D | zone-allocator.h | 25 template<class O> struct rebind { struct 26 typedef zone_allocator<O> other;
|
/external/chromium_org/base/containers/ |
D | stack_container.h | 70 struct rebind { struct 71 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;}; struct 252 template <class V> struct rebind {typedef D1<V, U> other;}; argument
|
/external/stlport/test/eh/ |
D | Prefix.h | 132 template <class _Tp1> struct rebind { struct 133 typedef EH_allocator<_Tp1> other;
|
/external/chromium_org/courgette/ |
D | memory_allocator.h | 149 struct rebind { struct 151 typedef MemoryAllocator<OtherT> other;
|
/external/stlport/test/unit/ |
D | mvctor_declaration_test.cpp | 93 template <class _Tp1> struct rebind { struct in std::allocator 94 typedef allocator<_Tp1> other;
|
D | stack_allocator.h | 83 struct rebind { struct 84 typedef StackAllocator<_Other> other;
|
D | vector_test.cpp | 512 template <class _Tp1> struct rebind { struct 513 typedef NotSTLportAllocator<_Tp1> other;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | PoolAlloc.h | 244 struct rebind { struct 245 typedef pool_allocator<Other> other;
|