Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/functional/
H A Dcallback.h251 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
340 scoped_refptr<internal::BindStateBase> bind_state = holder_.bind_state(); in Run() local
459 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
H A Dcallback_internal.h151 const scoped_refptr<BindStateBase>& bind_state() const { return bind_state_; } in bind_state() function
165 BindStateHolder::BindStateHolder(BindStateBase* bind_state) in BindStateHolder()
H A Dcallback_internal.cc26 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()
/aosp_15_r20/external/libchrome/base/
H A Dcallback_internal.h144 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()
157 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
H A Dcallback.h65 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
113 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
H A Dcallback_internal.cc20 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dcallback_internal.h147 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()
160 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
Dcallback.h68 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
116 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dcallback_internal.h147 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()
160 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
Dcallback.h68 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
116 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
/aosp_15_r20/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp83 Callback(BindState<RunType> bind_state) { in Callback()
/aosp_15_r20/packages/apps/Nfc/proto/
Devent.proto165 required BindState bind_state = 2; field