Searched defs:Suppression (Results 1 – 3 of 3) 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
397 private static class Suppression { class in CloserTest402 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression() method in CloserTest.Suppression
296 def Suppression(self, suppression_hash): member in gtest_parser