Searched defs:swap (Results 1 – 4 of 4) sorted by relevance
/art/runtime/base/ |
D | dchecked_vector.h | 149 void swap(dchecked_vector& other) { Base::swap(other); } in swap() function 198 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap() function
|
D | hash_set.h | 406 void swap(HashSet& other) { in swap() function 678 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap() function
|
/art/compiler/utils/ |
D | intrusive_forward_list.h | 207 void swap(IntrusiveForwardList& other) { in swap() function 390 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap() function
|
/art/runtime/ |
D | safe_map.h | 70 void swap(Self& other) { map_.swap(other.map_); } in swap() function
|