Searched defs:__b (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() 191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() 193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() 195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap()
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() 191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() 193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() 195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _windows.h | 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) { in __swap_aux() 71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) { in __swap_aux() 81 inline void swap(_Tp& __a, _Tp& __b) { in swap()
|
D | _hashtable.c | 484 for (size_t __b = 0; __b < __num_buckets; ++__b) { in _M_check() local
|
D | _monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); in do_get() local
|
D | _algo.c | 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { in __median() 83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { in __median()
|