Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp349 std::map<uint32_t, CXFA_Node*> mIDMap; in DoProtoMerge() local
356 mIDMap[FX_HashCode_GetW(wsIDVal.AsStringView(), false)] = pNode; in DoProtoMerge()
417 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false)); in DoProtoMerge()
418 if (it == mIDMap.end()) in DoProtoMerge()