Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampler_unittest.cc387 auto owned_aux_unwinder = std::make_unique<CallRecordingUnwinder>(); in TEST() local
388 CallRecordingUnwinder* aux_unwinder = owned_aux_unwinder.get(); in TEST()
389 stack_sampler->AddAuxUnwinder(std::move(owned_aux_unwinder)); in TEST()