Home
last modified time | relevance | path

Searched refs:MaybeIntern (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.cpp216 m_Map[MaybeIntern(key)] = std::move(pObj); in SetFor()
254 m_Map[MaybeIntern(newkey)] = std::move(old_it->second); in ReplaceKey()
278 ByteString CPDF_Dictionary::MaybeIntern(const ByteString& str) { in MaybeIntern() function in CPDF_Dictionary
Dcpdf_dictionary.h121 ByteString MaybeIntern(const ByteString& str);