Searched defs:Suppression (Results 1 – 5 of 5) sorted by relevance
22 struct Suppression { struct23 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() argument39 bool Match(const char *str, const char *type, Suppression **s); argument
28 public enum Suppression { enum in AnnotationSpecs36 Suppression(String value) { in Suppression() method in AnnotationSpecs.Suppression
156 def Suppression(self, suppression_hash): member in gtest_parser
384 private static class Suppression { class in CloserTest389 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression() method in CloserTest.Suppression