Searched refs:errorIsA (Results 1 – 3 of 3) sorted by relevance
545 template <typename ErrT> bool errorIsA() const { in errorIsA() function
1289 assert((Result || Result.template errorIsA<StringError>()) &&
335 if (!ResultOrErr && ResultOrErr.template errorIsA<RPCFatalError>()) in sendResult()