Lines Matching refs:LifeCycleFunctor
852 class LifeCycleFunctor { class
859 LifeCycleFunctor(Stats* stats, Event* event) : stats_(stats), event_(event) {} in LifeCycleFunctor() function in rtc::__anonec2f23eb0111::LifeCycleFunctor
860 LifeCycleFunctor(const LifeCycleFunctor& other) { *this = other; } in LifeCycleFunctor() function in rtc::__anonec2f23eb0111::LifeCycleFunctor
861 LifeCycleFunctor(LifeCycleFunctor&& other) { *this = std::move(other); } in LifeCycleFunctor() function in rtc::__anonec2f23eb0111::LifeCycleFunctor
863 LifeCycleFunctor& operator=(const LifeCycleFunctor& other) { in operator =()
870 LifeCycleFunctor& operator=(LifeCycleFunctor&& other) { in operator =()
932 LifeCycleFunctor::Stats stats; in TEST()
934 LifeCycleFunctor functor(&stats, &event); in TEST()
946 LifeCycleFunctor::Stats stats; in TEST()
948 LifeCycleFunctor functor(&stats, &event); in TEST()
960 LifeCycleFunctor::Stats stats; in TEST()
962 LifeCycleFunctor functor(&stats, &event); in TEST()
963 LifeCycleFunctor& functor_ref = functor; in TEST()