Searched refs:m_Map (Results 1 – 6 of 6) sorted by relevance
273 pCopy->m_Map.insert(std::make_pair( in CloneInternal()581 for (const auto& it : m_Map) { in ~CPDF_Dictionary()586 auto it = m_Map.find(key); in GetElement()587 if (it == m_Map.end()) in GetElement()694 return pdfium::ContainsKey(m_Map, key); in KeyExist()701 auto it = m_Map.find(key_bytestring); in SetAt()702 if (it == m_Map.end()) { in SetAt()704 m_Map.insert(std::make_pair(key_bytestring, pObj)); in SetAt()716 m_Map.erase(it); in SetAt()720 auto it = m_Map.find(key); in RemoveAt()[all …]
427 size_t GetCount() const { return m_Map.size(); } in GetCount()429 iterator begin() { return m_Map.begin(); } in begin()431 iterator end() { return m_Map.end(); } in end()433 const_iterator begin() const { return m_Map.begin(); } in begin()435 const_iterator end() const { return m_Map.end(); } in end()440 std::map<CFX_ByteString, CPDF_Object*> m_Map; variable
456 auto it = m_Map.find(charcode); in Lookup()457 if (it != m_Map.end()) { in Lookup()484 for (const auto& pair : m_Map) { in ReverseLookup()578 m_Map[srccode] = destcode.GetAt(0); in Load()580 m_Map[srccode] = m_MultiCharBuf.GetLength() * 0x10000 + 0xffff; in Load()609 m_Map[code] = destcode.GetAt(0); in Load()611 m_Map[code] = m_MultiCharBuf.GetLength() * 0x10000 + 0xffff; in Load()624 m_Map[code] = value++; in Load()634 m_Map[code] = m_MultiCharBuf.GetLength() * 0x10000 + 0xffff; in Load()
199 std::map<FX_DWORD, FX_DWORD> m_Map;
346 CPDFSDK_WidgetMap m_Map; variable
2044 m_Map.clear();2070 const auto it = m_Map.find(pControl);2071 if (it != m_Map.end())2145 m_Map[pControl] = pWidget;2149 m_Map.erase(pControl);