Searched defs:that (Results 1 – 2 of 2) sorted by relevance
28 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) { in ScopeGuard() function
33 LinkedListIterator(const LinkedListIterator<T>& that) : entry_(that.entry_) {} in LinkedListIterator()76 LinkedList(LinkedList&& that) { in LinkedList() function