Home
last modified time | relevance | path

Searched refs:StackSamplerTestDelegate (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampler.h29 class StackSamplerTestDelegate; variable
51 StackSamplerTestDelegate* test_delegate);
94 StackSamplerTestDelegate* test_delegate = nullptr);
114 StackSamplerTestDelegate* test_delegate);
130 const raw_ptr<StackSamplerTestDelegate> test_delegate_;
147 class BASE_EXPORT StackSamplerTestDelegate {
149 StackSamplerTestDelegate(const StackSamplerTestDelegate&) = delete;
150 StackSamplerTestDelegate& operator=(const StackSamplerTestDelegate&) = delete;
152 virtual ~StackSamplerTestDelegate();
159 StackSamplerTestDelegate();
H A Dstack_sampler.cc194 StackSamplerTestDelegate* test_delegate) { in CreateForTesting()
204 StackSamplerTestDelegate* test_delegate) in StackSampler()
258 StackSamplerTestDelegate::~StackSamplerTestDelegate() = default;
260 StackSamplerTestDelegate::StackSamplerTestDelegate() = default;
H A Dstack_sampling_profiler.h24 class StackSamplerTestDelegate; variable
110 StackSamplerTestDelegate* test_delegate = nullptr);
H A Dstack_sampling_profiler_unittest.cc229 StackSamplerTestDelegate* delegate = nullptr) in TestProfilerInfo()
300 class StackCopiedSignaler : public StackSamplerTestDelegate { in TestLibraryUnload()
642 class SampleRecordedCounter : public StackSamplerTestDelegate { in PROFILER_TEST_F()
731 class SampleRecordedEvent : public StackSamplerTestDelegate { in PROFILER_TEST_F()
1468 class PostSampleInvoker : public StackSamplerTestDelegate { in PROFILER_TEST_F()
1663 class PostSampleInvoker : public StackSamplerTestDelegate { in PROFILER_TEST_F()
H A Dstack_sampler_win.cc23 StackSamplerTestDelegate* test_delegate) { in Create()
H A Dstack_sampler_android.cc23 StackSamplerTestDelegate* test_delegate) { in Create()
H A Dstack_sampler_mac.cc35 StackSamplerTestDelegate* test_delegate) { in Create()
H A Dstack_sampler_ios.cc41 StackSamplerTestDelegate* test_delegate) { in Create()
H A Dstack_sampler_posix.cc45 StackSamplerTestDelegate* test_delegate) { in Create()
H A Dstack_sampling_profiler.cc838 StackSamplerTestDelegate* test_delegate) in StackSamplingProfiler()