Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c1852 bool upb_env_reporterror(upb_env *e, const upb_status *status) { in upb_env_reporterror() function
7551 upb_env_reporterror(d->env, &status); in seterr()
9733 upb_env_reporterror(p->env, &p->status); in check_stack()
9818 upb_env_reporterror(p->env, &p->status); in base64_push()
9845 upb_env_reporterror(p->env, &p->status); in base64_push()
9887 upb_env_reporterror(p->env, &p->status); in base64_push()
9935 upb_env_reporterror(p->env, &p->status); in accumulate_realloc()
9959 upb_env_reporterror(p->env, &p->status); in accumulate_append()
10038 upb_env_reporterror(p->env, &p->status); in multipart_text()
10298 upb_env_reporterror(p->env, &p->status); in parse_number()
[all …]
Dupb.h5243 bool upb_env_reporterror(upb_env *e, const upb_status *status);
5331 return upb_env_reporterror(this, status);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5450 bool upb_env_reporterror(upb_env *e, const upb_status *status) { in upb_env_reporterror() function
8240 upb_env_reporterror(d->env, &status); in seterr()
10422 upb_env_reporterror(p->env, &p->status); in check_stack()
10514 upb_env_reporterror(p->env, &p->status); in base64_push()
10541 upb_env_reporterror(p->env, &p->status); in base64_push()
10583 upb_env_reporterror(p->env, &p->status); in base64_push()
10631 upb_env_reporterror(p->env, &p->status); in accumulate_realloc()
10655 upb_env_reporterror(p->env, &p->status); in accumulate_append()
10734 upb_env_reporterror(p->env, &p->status); in multipart_text()
10994 upb_env_reporterror(p->env, &p->status); in parse_number()
[all …]
Dupb.h684 bool upb_env_reporterror(upb_env *e, const upb_status *s);
723 return upb_env_reporterror(this, status);