Searched defs:InternalModule (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libchrome/base/profiler/ | ||
H A D | stack_sampling_profiler.h | 88 struct BASE_EXPORT InternalModule { struct |
H A D | stack_sampling_profiler.cc | 57 StackSamplingProfiler::InternalModule::InternalModule() : is_valid(false) {} in InternalModule() function in base::StackSamplingProfiler::InternalModule |
H A D | stack_sampling_profiler_unittest.cc | 72 using InternalModule = StackSamplingProfiler::InternalModule; typedef |