Home
last modified time | relevance | path

Searched defs:_Tp2 (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind()
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create()
Dtype_traits_test.cpp413 int are_both_pointer_type (_Tp1, _Tp2) { in are_both_pointer_type() argument
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind()
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create()
Dtype_traits_test.cpp413 int are_both_pointer_type (_Tp1, _Tp2) { in are_both_pointer_type() argument