Home
last modified time | relevance | path

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

12

/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dmessage.c516 upb_msgdef_fullname(m)); in Message_InitFromPhp()
841 upb_msgdef_fullname(intern->desc->msgdef), member); in PHP_METHOD()
891 upb_msgdef_fullname(intern->desc->msgdef), member); in PHP_METHOD()
938 upb_msgdef_fullname(intern->desc->msgdef), name); in PHP_METHOD()
1220 full_name = upb_msgdef_fullname(msg->desc->msgdef); in PHP_METHOD()
1247 StrViewEq(type_url, upb_msgdef_fullname(m))); in PHP_METHOD()
H A Dprotobuf.c250 char *k = GetPhpClassname(upb_msgdef_file(m), upb_msgdef_fullname(m)); in NameMap_AddMessage()
H A Ddef.c516 GetPhpClassname(upb_msgdef_file(m), upb_msgdef_fullname(m)); in Descriptor_GetGeneratedClass()
612 RETURN_STRING(upb_msgdef_fullname(intern->msgdef)); in PHP_METHOD()
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/bindings/lua/
H A Ddef.c373 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_pushnested()
475 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_fullname()
521 upb_msgdef_fullname(m), (int)upb_msgdef_numfields(m)); in lupb_msgdef_tostring()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/bindings/lua/
H A Ddef.c374 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_pushnested()
476 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_fullname()
522 upb_msgdef_fullname(m), (int)upb_msgdef_numfields(m)); in lupb_msgdef_tostring()
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/
H A Dmsgfactory.c231 UPB_ASSERT(upb_symtab_lookupmsg(f->symtab, upb_msgdef_fullname(m)) == m); in upb_msgfactory_getlayout()
H A Ddef.h412 const char *upb_msgdef_fullname(const upb_msgdef *m);
498 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/
H A Ddef.h170 const char *upb_msgdef_fullname(const upb_msgdef *m);
H A Ddef.hpp209 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddef.h194 const char *upb_msgdef_fullname(const upb_msgdef *m);
H A Ddef.hpp204 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()
H A Ddef.c215 const char *name = upb_msgdef_fullname(m); in assign_msg_wellknowntype()
536 const char *upb_msgdef_fullname(const upb_msgdef *m) { in upb_msgdef_fullname() function
1551 symtab_errf(ctx, "field has no name (%s)", upb_msgdef_fullname(m)); in create_fielddef()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddef.h194 const char *upb_msgdef_fullname(const upb_msgdef *m);
H A Ddef.hpp204 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/bindings/lua/
H A Dmsg.c318 upb_msgdef_fullname(expected->msgdef), in lupb_msgclass_typecheck()
319 upb_msgdef_fullname(actual->msgdef)); in lupb_msgclass_typecheck()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/bindings/lua/
H A Ddef.c409 lua_pushstring(L, upb_msgdef_fullname(m)); in lupb_msgdef_fullname()
449 upb_msgdef_fullname(m), (int)upb_msgdef_numfields(m)); in lupb_msgdef_tostring()
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/pb/
H A Dtextprinter.c298 ? shortname(upb_msgdef_fullname(upb_fielddef_msgsubdef(f))) in onmreg()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/pb/
H A Dtextprinter.c298 ? shortname(upb_msgdef_fullname(upb_fielddef_msgsubdef(f))) in onmreg()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Ddef.hpp204 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name()
H A Ddef.h199 const char *upb_msgdef_fullname(const upb_msgdef *m);
H A Djson_decode.c942 upb_msgdef_fullname(upb_fielddef_containingtype(f)), in jsondec_field()
943 upb_msgdef_fullname(m)); in jsondec_field()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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;
8873 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumOptions") == 0;
8879 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumValueOptions") == 0;
8885 return strcmp(upb_msgdef_fullname(m), "google.protobuf.FieldOptions") == 0;
8894 return strcmp(upb_msgdef_fullname(m), "google.protobuf.FileOptions") == 0;
8897 return strcmp(upb_msgdef_fullname(m), "google.protobuf.MessageOptions") == 0;
8903 return strcmp(upb_msgdef_fullname(m), "google.protobuf.MethodOptions") == 0;
8912 return strcmp(upb_msgdef_fullname(m), "google.protobuf.ServiceOptions") == 0;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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;
8873 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumOptions") == 0;
8879 return strcmp(upb_msgdef_fullname(m), "google.protobuf.EnumValueOptions") == 0;
8885 return strcmp(upb_msgdef_fullname(m), "google.protobuf.FieldOptions") == 0;
8894 return strcmp(upb_msgdef_fullname(m), "google.protobuf.FileOptions") == 0;
8897 return strcmp(upb_msgdef_fullname(m), "google.protobuf.MessageOptions") == 0;
8903 return strcmp(upb_msgdef_fullname(m), "google.protobuf.MethodOptions") == 0;
8912 return strcmp(upb_msgdef_fullname(m), "google.protobuf.ServiceOptions") == 0;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/ext/google/protobuf/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/ext/google/protobuf/
H A 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()

12