Home
last modified time | relevance | path

Searched refs:upb_env_reporterrorsto (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h5241 void upb_env_reporterrorsto(upb_env *e, upb_status *status);
5325 upb_env_reporterrorsto(this, status);
Dupb.c1843 void upb_env_reporterrorsto(upb_env *e, upb_status *status) { in upb_env_reporterrorsto() function
9090 upb_env_reporterrorsto(&env, status); in upb_load_defs_from_descriptor()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h683 void upb_env_reporterrorsto(upb_env *e, upb_status *s);
713 void ReportErrorsTo(Status* status) { upb_env_reporterrorsto(this, status); }
Dupb.c5445 void upb_env_reporterrorsto(upb_env *e, upb_status *s) { in upb_env_reporterrorsto() function
9798 upb_env_reporterrorsto(&env, status); in upb_loaddescriptor()