Searched refs:MatchFound (Results 1 – 1 of 1) sorted by relevance
272 bool MatchFound = true; in isKeyColInstr() local274 (j < endCF) && MatchFound; j++) { in isKeyColInstr()278 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()280 return MatchFound; in isKeyColInstr()333 bool MatchFound = true; in getInstrForColumn() local336 (j < endCF) && MatchFound; j++) { in getInstrForColumn()341 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()344 if (MatchFound) { in getInstrForColumn()