/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 913 static void symtab_errf(symtab_addctx *ctx, const char *fmt, ...) { in symtab_errf() function 942 symtab_errf(ctx, "invalid name: unexpected '.' (%.*s)", (int)len, str); in check_ident() 947 symtab_errf( in check_ident() 955 symtab_errf(ctx, "invalid name: non-alphanumeric character (%.*s)", in check_ident() 961 symtab_errf(ctx, "invalid name: empty part (%.*s)", (int)len, str); in check_ident() 1272 symtab_errf(ctx, "Synthetic oneofs must have one field, not %d: %s", in finalize_oneofs() 1279 symtab_errf(ctx, "Synthetic oneofs must be after all other oneofs: %s", in finalize_oneofs() 1345 symtab_errf(ctx, "duplicate symbol '%s'", name); in symtab_add() 1369 symtab_errf(ctx, "type mismatch when resolving field %s, name %s", in symtab_resolve() 1382 symtab_errf(ctx, "couldn't resolve name '%s'", sym.data); in symtab_resolve() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 6408 UPB_NORETURN UPB_NOINLINE UPB_PRINTF(2, 3) static void symtab_errf( in symtab_errf() function 6452 symtab_errf(ctx, "invalid name: unexpected '.' (%.*s)", (int)len, str); in check_ident() 6457 symtab_errf( in check_ident() 6465 symtab_errf(ctx, "invalid name: non-alphanumeric character (%.*s)", in check_ident() 6471 symtab_errf(ctx, "invalid name: empty part (%.*s)", (int)len, str); in check_ident() 6517 symtab_errf(ctx, "size of message %s exceeded max size of %zu bytes", in upb_MiniTable_place() 6713 symtab_errf(ctx, "Message with >=63 required fields: %s", in make_layout() 6779 symtab_errf(ctx, "Oneof must have at least one field (%s)", o->full_name); in make_layout() 6850 symtab_errf(ctx, "Synthetic oneofs must have one field, not %d: %s", in finalize_oneofs() 6857 symtab_errf(ctx, "Synthetic oneofs must be after all other oneofs: %s", in finalize_oneofs() [all …]
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 6408 UPB_NORETURN UPB_NOINLINE UPB_PRINTF(2, 3) static void symtab_errf( in symtab_errf() function 6452 symtab_errf(ctx, "invalid name: unexpected '.' (%.*s)", (int)len, str); in check_ident() 6457 symtab_errf( in check_ident() 6465 symtab_errf(ctx, "invalid name: non-alphanumeric character (%.*s)", in check_ident() 6471 symtab_errf(ctx, "invalid name: empty part (%.*s)", (int)len, str); in check_ident() 6517 symtab_errf(ctx, "size of message %s exceeded max size of %zu bytes", in upb_MiniTable_place() 6713 symtab_errf(ctx, "Message with >=63 required fields: %s", in make_layout() 6779 symtab_errf(ctx, "Oneof must have at least one field (%s)", o->full_name); in make_layout() 6850 symtab_errf(ctx, "Synthetic oneofs must have one field, not %d: %s", in finalize_oneofs() 6857 symtab_errf(ctx, "Synthetic oneofs must be after all other oneofs: %s", in finalize_oneofs() [all …]
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6703 UPB_NORETURN UPB_NOINLINE UPB_PRINTF(2, 3) static void symtab_errf( in symtab_errf() function 6747 symtab_errf(ctx, "invalid name: unexpected '.' (%.*s)", (int)len, str); in check_ident() 6752 symtab_errf( in check_ident() 6760 symtab_errf(ctx, "invalid name: non-alphanumeric character (%.*s)", in check_ident() 6766 symtab_errf(ctx, "invalid name: empty part (%.*s)", (int)len, str); in check_ident() 6812 symtab_errf(ctx, "size of message %s exceeded max size of %zu bytes", in upb_MiniTable_place() 7003 symtab_errf(ctx, "Message with >=63 required fields: %s", in make_layout() 7069 symtab_errf(ctx, "Oneof must have at least one field (%s)", o->full_name); in make_layout() 7140 symtab_errf(ctx, "Synthetic oneofs must have one field, not %d: %s", in finalize_oneofs() 7147 symtab_errf(ctx, "Synthetic oneofs must be after all other oneofs: %s", in finalize_oneofs() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6703 UPB_NORETURN UPB_NOINLINE UPB_PRINTF(2, 3) static void symtab_errf( in symtab_errf() function 6747 symtab_errf(ctx, "invalid name: unexpected '.' (%.*s)", (int)len, str); in check_ident() 6752 symtab_errf( in check_ident() 6760 symtab_errf(ctx, "invalid name: non-alphanumeric character (%.*s)", in check_ident() 6766 symtab_errf(ctx, "invalid name: empty part (%.*s)", (int)len, str); in check_ident() 6812 symtab_errf(ctx, "size of message %s exceeded max size of %zu bytes", in upb_MiniTable_place() 7003 symtab_errf(ctx, "Message with >=63 required fields: %s", in make_layout() 7069 symtab_errf(ctx, "Oneof must have at least one field (%s)", o->full_name); in make_layout() 7140 symtab_errf(ctx, "Synthetic oneofs must have one field, not %d: %s", in finalize_oneofs() 7147 symtab_errf(ctx, "Synthetic oneofs must be after all other oneofs: %s", in finalize_oneofs() [all …]
|