Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp137 struct AbbrPair { struct
142 const AbbrPair InlineKeyAbbr[] = {
148 const AbbrPair InlineValueAbbr[] = {
163 CFX_ByteStringC FindFullName(const AbbrPair* table, in FindFullName()
166 auto it = std::find_if(table, table + count, [abbr](const AbbrPair& pair) { in FindFullName()