Home
last modified time | relevance | path

Searched refs:g_override_suppression (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/base/debug/
Dstack_trace.cc185 OverrideStackTraceOutputForTesting::Mode g_override_suppression = variable
341 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()
/external/cronet/stable/base/debug/
Dstack_trace.cc185 OverrideStackTraceOutputForTesting::Mode g_override_suppression = variable
341 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()