Symbol: swap
headers/cpp/stl_algobase.h
76
inline void swap(_Tp& __a, _Tp& __b) {
headers/cpp/stl_bvector.h
68
inline void swap(_Bit_reference __x, _Bit_reference __y)
headers/cpp/stl_deque.h
1680
swap(deque<_Tp,_Alloc,__bufsiz>& __x, deque<_Tp,_Alloc,__bufsiz>& __y)
headers/cpp/stl_hash_map.h
216
swap(hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1,
headers/cpp/stl_hash_map.h
397
swap(hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1,
headers/cpp/stl_hash_set.h
211
swap(hash_set<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1,
headers/cpp/stl_hash_set.h
383
swap(hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1,
headers/cpp/stl_hashtable.h
689
inline void swap(hashtable<_Val, _Key, _HF, _Extract, _EqKey, _All>& __ht1,
headers/cpp/stl_list.h
543
swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y)
headers/cpp/stl_map.h
224
inline void swap(map<_Key,_Tp,_Compare,_Alloc>& __x,
headers/cpp/stl_multimap.h
214
inline void swap(multimap<_Key,_Tp,_Compare,_Alloc>& __x,
headers/cpp/stl_multiset.h
206
inline void swap(multiset<_Key,_Compare,_Alloc>& __x,
headers/cpp/stl_rope.h
2494
inline void swap(rope<_CharT,_Alloc>& __x, rope<_CharT,_Alloc>& __y) {
headers/cpp/stl_rope.h
2500
inline void swap(crope __x, crope __y) { __x.swap(__y); }
headers/cpp/stl_rope.h
2501
inline void swap(wrope __x, wrope __y) { __x.swap(__y); }
headers/cpp/stl_rope.h
789
inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a,
headers/cpp/stl_set.h
198
inline void swap(set<_Key,_Compare,_Alloc>& __x,
headers/cpp/stl_slist.h
769
inline void swap(slist<_Tp,_Alloc>& __x, slist<_Tp,_Alloc>& __y) {
headers/cpp/stl_tree.h
784
swap(_Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x,
headers/cpp/stl_vector.h
510
inline void swap(vector<_Tp, _Alloc>& __x, vector<_Tp, _Alloc>& __y)
src/kits/interface/layouter/LayoutOptimizer.cpp
251
swap(Type& a, Type& b)
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
188
#define swap(_a, _b, _size) { \
src/libs/compat/freebsd_wlan/net80211/ieee80211_regdomain.c
214
#undef swap
src/libs/libsolv/solv/qsort_r.c
80
#define swap(a, b) \
src/libs/print/libprint/PageSetupDlg.cpp
227
swap(float *e1, float *e2)
src/system/libroot/posix/stdlib/merge.c
229
#define swap(a, b) { \
src/system/libroot/posix/stdlib/radixsort.c
124
#define swap(a, b, t) t = a, a = b, b = t