Searched refs:CurrentGroupPair (Results 1 – 1 of 1) sorted by relevance
1298 DenseMap<unsigned, SimilarityGroup>::iterator CurrentGroupPair; in findCandidateStructures() local1320 CurrentGroupPair = StructuralGroups.find(OuterGroupNum); in findCandidateStructures()1321 if (CurrentGroupPair == StructuralGroups.end()) { in findCandidateStructures()1323 std::tie(CurrentGroupPair, Inserted) = StructuralGroups.insert( in findCandidateStructures()1354 CurrentGroupPair->second.push_back(*InnerCandIt); in findCandidateStructures()1370 CurrentGroupPair->second.push_back(*InnerCandIt); in findCandidateStructures()