Home
last modified time | relevance | path

Searched refs:ScopedSetInsertion (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/base/
Dstl_util.h58 class ScopedSetInsertion {
60 ScopedSetInsertion(std::set<T>* org_set, T elem) in ScopedSetInsertion() function
64 ~ScopedSetInsertion() { m_Set->erase(m_Entry); } in ~ScopedSetInsertion()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp263 pdfium::ScopedSetInsertion<CPDF_Dictionary*> local_add(visited_pages, in CountPages()
717 pdfium::ScopedSetInsertion<CPDF_Dictionary*> insertion(pVisited, pKid); in InsertDeletePDFPage()
Dcpdf_parser.cpp1199 pdfium::ScopedSetInsertion<uint32_t> local_insert(&m_ParsingObjNums, objnum); in ParseIndirectObject()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp228 pdfium::ScopedSetInsertion<CPDF_Object*> insertion(pVisited, pCSObj); in GetColorSpaceGuarded()
Dcpdf_streamcontentparser.cpp1514 pdfium::ScopedSetInsertion<const uint8_t*> scopedInsert(m_ParsedSet.Get(), in Parse()