Home
last modified time | relevance | path

Searched defs:LifeCycleFunctor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread_unittest.cc562 class LifeCycleFunctor { class
569 LifeCycleFunctor(Stats* stats, Event* event) : stats_(stats), event_(event) {} in LifeCycleFunctor() function in rtc::__anond98dd6da0111::LifeCycleFunctor
570 LifeCycleFunctor(const LifeCycleFunctor& other) { *this = other; } in LifeCycleFunctor() function in rtc::__anond98dd6da0111::LifeCycleFunctor
571 LifeCycleFunctor(LifeCycleFunctor&& other) { *this = std::move(other); } in LifeCycleFunctor() function in rtc::__anond98dd6da0111::LifeCycleFunctor