Home
last modified time | relevance | path

Searched defs:__b (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h185 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/
Dstack_allocator.h185 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.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algobase.h66 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.c484 for (size_t __b = 0; __b < __num_buckets; ++__b) { in _M_check() local
D_monetary.c287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); in do_get() local
D_algo.c62 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()