Home
last modified time | relevance | path

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

/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.cpp26 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
/external/chromium/base/
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;}; 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/stlport/test/eh/
DPrefix.h132 template <class _Tp1> struct rebind { struct
133 typedef EH_allocator<_Tp1> 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/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h250 struct rebind { struct
251 typedef pool_allocator<Other> other;