Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Ddchecked_vector.h149 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
Dhash_set.h406 void swap(HashSet& other) { in swap() function
678 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap() function
/art/compiler/utils/
Dintrusive_forward_list.h207 void swap(IntrusiveForwardList& other) { in swap() function
390 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap() function
/art/runtime/
Dsafe_map.h70 void swap(Self& other) { map_.swap(other.map_); } in swap() function