Home
last modified time | relevance | path

Searched refs:a_callback_error (Results 1 – 2 of 2) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A Dflow.h853 static_cast<ActorType*>(this)->a_callback_error(this, e);
863 static_cast<ActorType*>(this)->a_callback_error(this, e);
H A Dgenericactors.actor.h1390 void a_callback_error(ActorCallback<YieldedFutureActor, 1, Void>*, Error const& err) { in a_callback_error() function