Searched refs:bind_state (Results 1 – 4 of 4) sorted by relevance
128 explicit inline CallbackBase(BindStateBase* bind_state);144 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase() argument145 : bind_state_(AdoptRef(bind_state)) {} in CallbackBase()157 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable() argument158 : CallbackBase(bind_state) {} in CallbackBaseCopyable()
65 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback() argument66 : internal::CallbackBase(bind_state) {} in OnceCallback()113 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback() argument114 : internal::CallbackBaseCopyable(bind_state) {} in RepeatingCallback()
20 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct() argument21 bind_state->destructor_(bind_state); in Destruct()
83 Callback(BindState<RunType> bind_state) { in Callback() argument