Home
last modified time | relevance | path

Searched defs:that (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/private/
DScopeGuard.h28 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) { in ScopeGuard() function
/bionic/linker/
Dlinked_list.h33 LinkedListIterator(const LinkedListIterator<T>& that) : entry_(that.entry_) {} in LinkedListIterator()
76 LinkedList(LinkedList&& that) { in LinkedList() function