Searched defs:swap (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/ | ||
D | dedupe_set_test.cc | 42 SwapAllocator<void> swap(nullptr); in TEST() local |
/art/runtime/ | ||
D | safe_map.h | 68 void swap(Self& other) { map_.swap(other.map_); } in swap() function |