Searched refs:owned_aux_unwinder (Results 1 – 1 of 1) sorted by relevance
387 auto owned_aux_unwinder = std::make_unique<CallRecordingUnwinder>(); in TEST() local388 CallRecordingUnwinder* aux_unwinder = owned_aux_unwinder.get(); in TEST()389 stack_sampler->AddAuxUnwinder(std::move(owned_aux_unwinder)); in TEST()