/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stack.h | 90 void _M_swap_workaround(_Self& __x) { in _M_swap_workaround() function
|
D | _queue.h | 105 void _M_swap_workaround(_Self& __x) { in _M_swap_workaround() function 238 void _M_swap_workaround(_Self& __x) { in _STLP_RELOPS_OPERATORS()
|
D | _function_base.h | 82 void _M_swap_workaround(less<_Tp>& __x) {} in _M_swap_workaround() function
|
D | _unordered_set.h | 119 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 269 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _map.h | 184 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 362 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _set.h | 164 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 335 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _unordered_map.h | 125 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 293 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _pthread_alloc.h | 185 void _M_swap_workaround(pthread_allocator<_Tp>& __x) {} in _M_swap_workaround() function
|
D | _hash_map.h | 171 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 362 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _hash_set.h | 172 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 354 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _alloc.h | 359 void _M_swap_workaround(allocator<_Tp>& __other) {} in _M_swap_workaround() function
|
D | _string_workaround.h | 578 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|
D | _algobase.h | 67 __a._M_swap_workaround(__b); in __swap_aux()
|
D | _list.h | 416 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 155 void _M_swap_workaround(StackAllocator& __x) { swap(__x); } in _M_swap_workaround() function
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 155 void _M_swap_workaround(StackAllocator& __x) { swap(__x); } in _M_swap_workaround() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 191 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|
D | _set.h | 224 void _M_swap_workaround(_Self& __x) { swap(__x); } 477 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
D | _list.h | 175 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|
D | _deque.h | 224 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
D | _slist.h | 201 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 208 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|
D | _vector.h | 270 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
D | _list.h | 202 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|
D | _slist.h | 208 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() function
|