Searched refs:g_override_suppression (Results 1 – 2 of 2) sorted by relevance
185 OverrideStackTraceOutputForTesting::Mode g_override_suppression = variable341 return g_override_suppression != Mode::kUnset in ShouldSuppressOutput()342 ? (g_override_suppression == Mode::kSuppressOutput) in ShouldSuppressOutput()358 CHECK_EQ(g_override_suppression, Mode::kUnset); // Nesting not supported. in OverrideStackTraceOutputForTesting()359 g_override_suppression = mode; in OverrideStackTraceOutputForTesting()363 CHECK_NE(g_override_suppression, Mode::kUnset); // Nesting not supported. in ~OverrideStackTraceOutputForTesting()364 g_override_suppression = Mode::kUnset; in ~OverrideStackTraceOutputForTesting()