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