Searched defs:bind_state (Results 1 – 12 of 12) sorted by relevance
251 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()340 scoped_refptr<internal::BindStateBase> bind_state = holder_.bind_state(); in Run() local459 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
151 const scoped_refptr<BindStateBase>& bind_state() const { return bind_state_; } in bind_state() function165 BindStateHolder::BindStateHolder(BindStateBase* bind_state) in BindStateHolder()
26 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()
144 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()157 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
65 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()113 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
20 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()
147 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()160 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
68 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()116 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
83 Callback(BindState<RunType> bind_state) { in Callback()
165 required BindState bind_state = 2; field