Home
last modified time | relevance | path

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

/art/libartbase/base/
Ddchecked_vector.h147 void swap(dchecked_vector& other) { Base::swap(other); } in swap() function
196 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap() function
Dmem_map.h416 inline void swap(MemMap& lhs, MemMap& rhs) { in swap() function
Dintrusive_forward_list.h218 void swap(IntrusiveForwardList& other) { in swap() function
401 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap() function
Dsafe_map.h70 void swap(Self& other) { map_.swap(other.map_); } in swap() function
Dhash_set.h480 void swap(HashSet& other) { in swap() function
774 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap() function
Dmem_map.cc644 void MemMap::swap(MemMap& other) { in swap() function in art::MemMap