HomeSort by relevance Sort by last modified time
    Searched defs:curr_it (Results 1 - 3 of 3) sorted by null

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

Completed in 191 milliseconds