Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Ddirectory_iterator.cpp375 __dir_stream new_it(curr_it.__entry_.path(), __imp_->__options_, m_ec); in __try_recursion() local
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc820 auto new_it = new_set->find(old_s); in RemoveDuplicates() local
827 for (auto new_it = new_set->begin(), end = new_set->end(); new_it != end; ) { in RemoveDuplicates() local