Searched defs:BindStateBase (Results 1 – 2 of 2) sorted by relevance
14 bool ReturnFalse(const BindStateBase*) { in ReturnFalse()24 BindStateBase::BindStateBase(InvokeFuncStorage polymorphic_invoke, in BindStateBase() function in base::internal::BindStateBase25 void (*destructor)(const BindStateBase*)) in BindStateBase()29 BindStateBase::BindStateBase(InvokeFuncStorage polymorphic_invoke, in BindStateBase() function in base::internal::BindStateBase30 void (*destructor)(const BindStateBase*), in BindStateBase()31 bool (*is_cancelled)(const BindStateBase*)) in BindStateBase()
25 class BindStateBase; variable