Searched refs:mIDMap (Results 1 – 1 of 1) sorted by relevance
1481 std::map<uint32_t, CXFA_Node*> mIDMap; in DoProtoMerge() local1488 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()