Searched defs:LifeCycleFunctor (Results 1 – 1 of 1) sorted by relevance
852 class LifeCycleFunctor { class859 LifeCycleFunctor(Stats* stats, Event* event) : stats_(stats), event_(event) {} in LifeCycleFunctor() function in rtc::__anonec2f23eb0111::LifeCycleFunctor860 LifeCycleFunctor(const LifeCycleFunctor& other) { *this = other; } in LifeCycleFunctor() function in rtc::__anonec2f23eb0111::LifeCycleFunctor861 LifeCycleFunctor(LifeCycleFunctor&& other) { *this = std::move(other); } in LifeCycleFunctor() function in rtc::__anonec2f23eb0111::LifeCycleFunctor