HomeSort by relevance Sort by last modified time
    Searched refs:m_mapType2Handler (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 38 m_mapType2Handler.clear();
46 m_mapType2Handler[pAnnotHandler->GetType()] = pAnnotHandler;
51 m_mapType2Handler.erase(pAnnotHandler->GetType());
132 auto it = m_mapType2Handler.find(sType);
133 return it != m_mapType2Handler.end() ? it->second : nullptr;
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 449 std::map<CFX_ByteString, IPDFSDK_AnnotHandler*> m_mapType2Handler;

Completed in 72 milliseconds