Home
last modified time | relevance | path

Searched refs:curr_it (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_docrenderdata.cpp34 auto curr_it = it++; in Clear() local
35 if (bRelease || curr_it->second->HasOneRef()) { in Clear()
36 m_Type3FaceMap.erase(curr_it); in Clear()
41 auto curr_it = it++; in Clear() local
42 if (bRelease || curr_it->second->HasOneRef()) in Clear()
43 m_TransferFuncMap.erase(curr_it); in Clear()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp99 auto curr_it = it++; in Clear() local
100 if (bForceRelease || curr_it->second->HasOneRef()) { in Clear()
103 if (curr_it->first == hash_it->second) { in Clear()
108 m_IccProfileMap.erase(curr_it); in Clear()
113 auto curr_it = it++; in Clear() local
114 if (bForceRelease || curr_it->second->HasOneRef()) in Clear()
115 m_FontFileMap.erase(curr_it); in Clear()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp356 auto& curr_it = __imp_->__stack_.top(); in __try_recursion() local
361 file_status st(curr_it.__entry_.__get_sym_ft(&m_ec)); in __try_recursion()
367 file_status st(curr_it.__entry_.__get_ft(&m_ec)); in __try_recursion()
375 __dir_stream new_it(curr_it.__entry_.path(), __imp_->__options_, m_ec); in __try_recursion()
388 path at_ent = move(curr_it.__entry_.__p_); in __try_recursion()