Searched refs:suppression_types_ (Results 1 – 2 of 2) sorted by relevance
26 : suppression_types_(suppression_types), in SuppressionContext()134 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse()144 Printf("- %s\n", suppression_types_[type]); in Parse()148 s.type = suppression_types_[type]; in Parse()167 if (0 == internal_strcmp(type, suppression_types_[i])) in HasSuppressionType()
46 const char **const suppression_types_; variable