Home
last modified time | relevance | path

Searched refs:upb_msgdef_fullname (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c347 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_pushnested()
449 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_fullname()
495 upb_msgdef_fullname(m), (int)upb_msgdef_numfields(m)); in lupb_msgdef_tostring()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.c297 ? shortname(upb_msgdef_fullname(upb_fielddef_msgsubdef(f))) in onmreg()
Dcompile_decoder.c355 fprintf(f, " %s", upb_msgdef_fullname( in dumpbc()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp175 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()
Ddef.h169 const char *upb_msgdef_fullname(const upb_msgdef *m);
Ddef.c213 const char *name = upb_msgdef_fullname(m); in assign_msg_wellknowntype()
522 const char *upb_msgdef_fullname(const upb_msgdef *m) { in upb_msgdef_fullname() function
1570 symtab_errf(ctx, "field has no name (%s)", upb_msgdef_fullname(m)); in create_fielddef()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2770 const char *upb_msgdef_fullname(const upb_msgdef *m);
3703 return upb_msgdef_fullname(this);
8861 return strcmp(upb_msgdef_fullname(m), "google.protobuf.DescriptorProto") == 0;
8864 return strcmp(upb_msgdef_fullname(m), "google.protobuf.DescriptorProto.ExtensionRange") == 0;
8867 return strcmp(upb_msgdef_fullname(m), "google.protobuf.DescriptorProto.ReservedRange") == 0;
8870 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumDescriptorProto") == 0;
8873 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumOptions") == 0;
8876 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumValueDescriptorProto") == 0;
8879 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumValueOptions") == 0;
8882 return strcmp(upb_msgdef_fullname(m), "google.protobuf.FieldDescriptorProto") == 0;
[all …]
Dmessage.c710 name = upb_msgdef_fullname(desc->msgdef); in build_class_from_descriptor()
Dencode_decode.c1306 upb_msgdef_fullname(msg->descriptor->msgdef), in putmsg()
1307 upb_msgdef_fullname(desc->msgdef)); in putmsg()
Ddefs.c347 return rb_str_maybe_null(upb_msgdef_fullname(self->msgdef)); in Descriptor_name()
Dupb.c1457 const char *name = upb_msgdef_fullname(m); in assign_msg_wellknowntype()
2535 const char *upb_msgdef_fullname(const upb_msgdef *m) { in upb_msgdef_fullname() function
3364 base = upb_msgdef_fullname(m); in symtab_add()
4026 upb_fielddef_name(f), upb_msgdef_fullname(upb_handlers_msgdef(h))); in trygetsel()
4358 upb_msgdef_fullname(upb_handlers_msgdef(h)), in upb_handlers_freeze()
5451 UPB_ASSERT(upb_symtab_lookupmsg(f->symtab, upb_msgdef_fullname(m)) == m); in upb_msgfactory_getlayout()
9901 fprintf(f, " %s", upb_msgdef_fullname( in dumpbc()
12487 ? shortname(upb_msgdef_fullname(upb_fielddef_msgsubdef(f))) in onmreg()
/external/protobuf/php/ext/google/protobuf/
Ddef.c174 const char* fullname = upb_msgdef_fullname(intern->msgdef); in PHP_METHOD()
962 desc->klass = register_class(file, upb_msgdef_fullname(msgdef), desc_php, in internal_add_generated_file()
Dmessage.c1470 const char* fully_qualified_name = upb_msgdef_fullname(desc->msgdef);
1504 const char* fully_qualified_name = upb_msgdef_fullname(desc->msgdef);
Dupb.c1400 const char *name = upb_msgdef_fullname(m); in assign_msg_wellknowntype()
1733 const char *upb_msgdef_fullname(const upb_msgdef *m) { in upb_msgdef_fullname() function
4576 UPB_ASSERT(upb_symtab_lookupmsg(f->symtab, upb_msgdef_fullname(m)) == m); in upb_msgfactory_getlayout()
6150 fprintf(f, " %s", upb_msgdef_fullname( in dumpbc()
8662 ? shortname(upb_msgdef_fullname(upb_fielddef_msgsubdef(f))) in onmreg()
Dupb.h3496 const char *upb_msgdef_fullname(const upb_msgdef *m);
3582 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()