Searched refs:m_CMaps (Results 1 – 2 of 2) sorted by relevance
292 auto it = m_CMaps.find(name); in GetPredefinedCMap()293 if (it != m_CMaps.end()) in GetPredefinedCMap()301 m_CMaps[name] = std::move(pCMap); in GetPredefinedCMap()
44 std::map<CFX_ByteString, std::unique_ptr<CPDF_CMap>> m_CMaps; variable