Home
last modified time | relevance | path

Searched refs:upb_status_seterrmsg (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.hpp25 void SetErrorMessage(const char *msg) { upb_status_seterrmsg(&status_, msg); } in SetErrorMessage()
Dupb.h35 void upb_status_seterrmsg(upb_status *status, const char *msg);
Dupb.c26 void upb_status_seterrmsg(upb_status *status, const char *msg) { in upb_status_seterrmsg() function
Djson_encode.c39 upb_status_seterrmsg(e->status, msg); in jsonenc_err()
Ddef.c209 upb_status_seterrmsg(status, "out of memory"); in upb_status_setoom()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c405 upb_status_seterrmsg(p->status, "Nesting too deep"); in check_stack()
615 upb_status_seterrmsg(p->status, "Out of memory allocating buffer."); in accumulate_realloc()
638 upb_status_seterrmsg(p->status, "Integer overflow."); in accumulate_append()
717 upb_status_seterrmsg( in multipart_text()
1403 upb_status_seterrmsg(p->status, "Internal error in JSON decoder"); in end_stringval_nontop()
1859 upb_status_seterrmsg(p->status, "mapentry message has no key"); in parse_mapentry_key()
1882 upb_status_seterrmsg(p->status, in parse_mapentry_key()
1901 upb_status_seterrmsg(p->status, "Invalid field type for map key"); in parse_mapentry_key()
1955 upb_status_seterrmsg(p->status, "mapentry message has no value"); in handle_mapentry()
2278 upb_status_seterrmsg(p->status, "No valid type url"); in end_any_object()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1235 upb_status_seterrmsg(s, "fielddef must have name and number set"); in upb_validate_field()
1240 upb_status_seterrmsg(s, "fielddef type was not initialized"); in upb_validate_field()
1246 upb_status_seterrmsg(s, in upb_validate_field()
1508 upb_status_seterrmsg(s, "def is already frozen"); in _upb_def_validate()
1511 upb_status_seterrmsg(s, "standalone fielddefs can not be frozen"); in _upb_def_validate()
1647 upb_status_seterrmsg(status, "out of memory"); in upb_enumdef_addval()
1654 upb_status_seterrmsg(status, "out of memory"); in upb_enumdef_addval()
1960 upb_status_seterrmsg(s, "field has already been added to a message."); in upb_fielddef_setcontainingtypename()
1980 upb_status_seterrmsg(s, "Already added to message or oneof"); in upb_fielddef_setname()
2111 upb_status_seterrmsg( in upb_fielddef_setnumber()
[all …]
Dupb.h462 void upb_status_seterrmsg(upb_status *status, const char *msg);
488 void SetErrorMessage(const char* msg) { upb_status_seterrmsg(this, msg); }
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl403 upb_status_seterrmsg(p->status, "Nesting too deep");
613 upb_status_seterrmsg(p->status, "Out of memory allocating buffer.");
636 upb_status_seterrmsg(p->status, "Integer overflow.");
715 upb_status_seterrmsg(
1401 upb_status_seterrmsg(p->status, "Internal error in JSON decoder");
1857 upb_status_seterrmsg(p->status, "mapentry message has no key");
1880 upb_status_seterrmsg(p->status,
1899 upb_status_seterrmsg(p->status, "Invalid field type for map key");
1953 upb_status_seterrmsg(p->status, "mapentry message has no value");
2276 upb_status_seterrmsg(p->status, "No valid type url");
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_generated_code.c398 upb_status_seterrmsg(&status, msg); in test_status_truncation()
/external/protobuf/php/ext/google/protobuf/
Dupb.c2195 upb_status_seterrmsg(ctx->status, "field has no name"); in create_fielddef()
2571 upb_status_seterrmsg(ctx->status, "File has no name"); in build_filedef()
5577 void upb_status_seterrmsg(upb_status *status, const char *msg) { in upb_status_seterrmsg() function
6826 upb_status_seterrmsg(d->status, msg); in seterr()
9178 upb_status_seterrmsg(p->status, "Nesting too deep"); in check_stack()
9388 upb_status_seterrmsg(p->status, "Out of memory allocating buffer."); in accumulate_realloc()
9411 upb_status_seterrmsg(p->status, "Integer overflow."); in accumulate_append()
9488 upb_status_seterrmsg( in multipart_text()
10161 upb_status_seterrmsg(p->status, "Internal error in JSON decoder"); in end_stringval_nontop()
10640 upb_status_seterrmsg(p->status, "mapentry message has no key"); in parse_mapentry_key()
[all …]
Dupb.h186 void upb_status_seterrmsg(upb_status *status, const char *msg);
191 upb_status_seterrmsg(status, "out of memory"); in upb_status_setoom()
211 void SetErrorMessage(const char *msg) { upb_status_seterrmsg(&status_, msg); } in SetErrorMessage()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c94 upb_status_seterrmsg(d->status, msg); in seterr()