Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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;
/ndk/tests/device/test-gnustl-full/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;
/ndk/tests/device/test-stlport/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;