Searched defs:_Tp2 (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_algobase.c286 template <class _Tp1, class _Tp2>
287 inline bool __stlp_eq(_Tp1 __val1, _Tp2 __val2)
296 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate> variable
299 _Tp2*, _Predicate __pred,
309 _Tp2 __tmp = (_Tp2)*__first1;
317 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate> variable
320 _Tp2* /* __dummy */, _Predicate /* __pred */,
326 template <class _InputIter, class _ForwardIter, class _Tp1, class _Tp2>
329 _Tp1* _STLP_UNUSED(__pt1), _Tp2* __pt
[all...]
H A D_pthread_alloc.h227 template <class _Tp1, class _Tp2>
228 inline pthread_allocator<_Tp2>&
229 __stl_alloc_rebind(pthread_allocator<_Tp1>& __x, const _Tp2*) argument
230 { return (pthread_allocator<_Tp2>&)__x; }
232 template <class _Tp1, class _Tp2>
233 inline pthread_allocator<_Tp2>
234 __stl_alloc_create(pthread_allocator<_Tp1>&, const _Tp2*) argument
235 { return pthread_allocator<_Tp2>(); }
410 template <class _Tp1, class _Tp2>
411 inline per_thread_allocator<_Tp2>
412 __stl_alloc_rebind(per_thread_allocator<_Tp1>& __x, const _Tp2*) argument
417 __stl_alloc_create(per_thread_allocator<_Tp1>&, const _Tp2*) argument
[all...]
H A D_alloc.h460 template <class _Tp1, class _Tp2>
461 inline allocator<_Tp2>& _STLP_CALL
462 __stl_alloc_rebind(allocator<_Tp1>& __a, const _Tp2*) { return (allocator<_Tp2>&)(__a); } argument
463 template <class _Tp1, class _Tp2>
464 inline allocator<_Tp2> _STLP_CALL
465 __stl_alloc_create(const allocator<_Tp1>&, const _Tp2*) { return allocator<_Tp2>(); } argument
/external/stlport/test/eh/
H A DPrefix.h166 template <class _Tp1, class _Tp2>
167 inline EH_allocator<_Tp2>& _STLP_CALL
168 __stl_alloc_rebind(EH_allocator<_Tp1>& __a, const _Tp2*) { return (EH_allocator<_Tp2>&)(__a); } argument
169 template <class _Tp1, class _Tp2>
170 inline EH_allocator<_Tp2> _STLP_CALL
171 __stl_alloc_create(const EH_allocator<_Tp1>&, const _Tp2*) { return EH_allocator<_Tp2>(); } argument
/external/stlport/test/unit/
H A Dstack_allocator.h175 template <class _Tp1, class _Tp2>
176 inline StackAllocator<_Tp2>&
177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } argument
178 template <class _Tp1, class _Tp2>
179 inline StackAllocator<_Tp2>
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); } argument

Completed in 616 milliseconds