Searched refs:RsError (Results 1 – 3 of 3) sorted by relevance
208 void setError(RsError e, const char *msg = NULL) const;231 mutable RsError mError;
261 enum RsError { enum
573 void Context::setError(RsError e, const char *msg) const { in setError()