Home | History | Annotate | Download | only in gtest

Lines Matching defs:GTestLogSeverity

2121 enum GTestLogSeverity {
2133 GTestLog(GTestLogSeverity severity, const char* file, int line);
2141 const GTestLogSeverity severity_;