Searched refs:keep_match (Results 1 – 2 of 2) sorted by relevance
257 bool keep_match = false; in RemoveMismatchedTypes() local284 keep_match = match_type_scope == type_scope; in RemoveMismatchedTypes()309 keep_match = true; in RemoveMismatchedTypes()322 keep_match = type_scope.empty() && type_basename.compare(match_type_name) == 0; in RemoveMismatchedTypes()326 if (keep_match) in RemoveMismatchedTypes()
76 MultiLabelArcFilter(bool match_input = true, bool keep_match = true)78 keep_match_(keep_match) {} in match_input_()