Home
last modified time | relevance | path

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

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