Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:ErrorSpace

88 class ErrorSpace;
352 /* upb::ErrorSpace ************************************************************/
354 /* A upb::ErrorSpace represents some domain of possible error values. This lets
359 * NOTE: upb::ErrorSpace is currently not used and should be considered
363 UPB_DECLARE_TYPE(upb::ErrorSpace, upb_errorspace)
366 class upb::ErrorSpace {
413 ErrorSpace* error_space() { return upb_status_errspace(this); }