Searched defs:SetErrorMessage (Results 1 – 4 of 4) sorted by relevance
25 void SetErrorMessage(const char *msg) { upb_status_seterrmsg(&status_, msg); } in SetErrorMessage() function in upb::Status
335 void SetErrorMessage(char* error) { in SetErrorMessage() function
488 void SetErrorMessage(const char* msg) { upb_status_seterrmsg(this, msg); } function
211 void SetErrorMessage(const char *msg) { upb_status_seterrmsg(&status_, msg); } in SetErrorMessage() function