Home
last modified time | relevance | path

Searched refs:OverrideStackTraceOutputForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace.h177 class BASE_EXPORT OverrideStackTraceOutputForTesting {
184 explicit OverrideStackTraceOutputForTesting(Mode mode);
185 OverrideStackTraceOutputForTesting(
186 const OverrideStackTraceOutputForTesting&) = delete;
187 OverrideStackTraceOutputForTesting& operator=(
188 const OverrideStackTraceOutputForTesting&) = delete;
189 ~OverrideStackTraceOutputForTesting();
H A Dstack_trace.cc176 OverrideStackTraceOutputForTesting::Mode g_override_suppression =
177 OverrideStackTraceOutputForTesting::Mode::kUnset;
329 using Mode = OverrideStackTraceOutputForTesting::Mode; in ShouldSuppressOutput()
346 OverrideStackTraceOutputForTesting::OverrideStackTraceOutputForTesting( in OverrideStackTraceOutputForTesting() function in base::debug::OverrideStackTraceOutputForTesting
353 OverrideStackTraceOutputForTesting::~OverrideStackTraceOutputForTesting() { in ~OverrideStackTraceOutputForTesting()
/aosp_15_r20/external/cronet/base/threading/
H A Dthread_restrictions_unittest.cc184 debug::OverrideStackTraceOutputForTesting enable_stacks_in_death_tests( in TEST_F()
185 debug::OverrideStackTraceOutputForTesting::Mode::kForceOutput); in TEST_F()
209 debug::OverrideStackTraceOutputForTesting enable_stacks_in_death_tests( in TEST_F()
210 debug::OverrideStackTraceOutputForTesting::Mode::kForceOutput); in TEST_F()