Searched refs:bind_state (Results 1 – 5 of 5) sorted by relevance
184 explicit inline CallbackBase(BindStateBase* bind_state);200 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase() argument201 : bind_state_(AdoptRef(bind_state)) {} in CallbackBase()213 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable() argument214 : CallbackBase(bind_state) {} in CallbackBaseCopyable()
29 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct() argument30 bind_state->destructor_(bind_state); in Destruct()
98 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback() argument99 : internal::CallbackBase(bind_state) {} in OnceCallback()178 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback() argument179 : internal::CallbackBaseCopyable(bind_state) {} in RepeatingCallback()
2607 - iris: bind_state -> compute state
518 - asahi: Garbage collect bind_state