Searched defs:FakeBindState (Results 1 – 2 of 2) sorted by relevance
24 struct FakeBindState : internal::BindStateBase { struct25 FakeBindState() : BindStateBase(&NopInvokeFunc, &Destroy, &IsCancelled) {} in FakeBindState() argument29 static void Destroy(const internal::BindStateBase* self) { in Destroy()32 static bool IsCancelled(const internal::BindStateBase*) { in IsCancelled()
30 struct FakeBindState : internal::BindStateBase { struct31 FakeBindState() : BindStateBase(&NopInvokeFunc, &Destroy) {} in FakeBindState() argument35 static void Destroy(const internal::BindStateBase* self) { in Destroy()