Searched defs:bind_state (Results 1 – 7 of 7) sorted by relevance
139 const scoped_refptr<BindStateBase>& bind_state() const { return bind_state_; } in bind_state() function153 BindStateHolder::BindStateHolder(BindStateBase* bind_state) in BindStateHolder()
238 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()329 scoped_refptr<internal::BindStateBase> bind_state = holder_.bind_state(); in Run() local437 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
29 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()
83 Callback(BindState<RunType> bind_state) { in Callback()