Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_status_clear

531 void upb_status_clear(upb_status *status);
561 inline void Status::Clear() { upb_status_clear(this); }