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