Home
last modified time | relevance | path

Searched defs:bind_state (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/functional/
Dcallback_internal.h139 const scoped_refptr<BindStateBase>& bind_state() const { return bind_state_; } in bind_state() function
153 BindStateHolder::BindStateHolder(BindStateBase* bind_state) in BindStateHolder()
Dcallback.h238 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
329 scoped_refptr<internal::BindStateBase> bind_state = holder_.bind_state(); in Run() local
437 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
Dcallback_internal.cc29 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()
/external/libchrome/base/
Dcallback_internal.h144 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()
157 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
Dcallback.h65 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
113 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
Dcallback_internal.cc20 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp83 Callback(BindState<RunType> bind_state) { in Callback()