Home
last modified time | relevance | path

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

/bionic/linker/
Dlinked_list.h44 LinkedListIterator(const LinkedListIterator<T>& that) : entry_(that.entry_) {} in LinkedListIterator()
87 LinkedList(LinkedList&& that) noexcept { in LinkedList() function