Searched refs:fieldIndexToAnnotationSetMap (Results 1 – 1 of 1) sorted by relevance
122 std::unordered_map<int, int> fieldIndexToAnnotationSetMap; in reportVendorAtom() local128 fieldIndexToAnnotationSetMap[valuesAnnotations[i]->valueIndex] = i; in reportVendorAtom()243 const auto& valueAnnotationIndex = fieldIndexToAnnotationSetMap.find(atomValueIdx); in reportVendorAtom()244 if (valueAnnotationIndex != fieldIndexToAnnotationSetMap.end()) { in reportVendorAtom()