Home
last modified time | relevance | path

Searched refs:upb_OneofDef_Name (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Doneof_def.c73 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() function
159 o->field_count, upb_OneofDef_Name(o)); in _upb_OneofDefs_Finalize()
167 upb_OneofDef_Name(o)); in _upb_OneofDefs_Finalize()
Doneof_def.h56 const char* upb_OneofDef_Name(const upb_OneofDef* o);
Ddef.hpp159 const char* name() const { return upb_OneofDef_Name(ptr_); } in name()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Doneof_def.c57 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() function
144 o->field_count, upb_OneofDef_Name(o)); in _upb_OneofDefs_Finalize()
152 upb_OneofDef_Name(o)); in _upb_OneofDefs_Finalize()
H A Doneof_def.h37 UPB_API const char* upb_OneofDef_Name(const upb_OneofDef* o);
H A Ddef.hpp149 const char* name() const { return upb_OneofDef_Name(ptr_); } in name()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c572 (void*)&upb_OneofDef_Name, in PyUpb_Descriptor_GetOneofsByName()
1448 return PyUnicode_FromString(upb_OneofDef_Name(oneof)); in PyUpb_OneofDescriptor_GetName()
1456 upb_OneofDef_Name(oneof)); in PyUpb_OneofDescriptor_GetFullName()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto.c293 strviewdup(ctx, upb_OneofDef_Name(o))); in oneofdef_toproto()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto.c273 strviewdup(ctx, upb_OneofDef_Name(o))); in oneofdef_toproto()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c300 lua_pushstring(L, upb_OneofDef_Name(o)); in lupb_OneofDef_Name()
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c275 RETURN_STRING(upb_OneofDef_Name(intern->oneofdef)); in PHP_METHOD()
H A Dphp-upb.c6702 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() function
7527 o->field_count, upb_OneofDef_Name(o)); in finalize_oneofs()
7534 upb_OneofDef_Name(o)); in finalize_oneofs()
H A Dphp-upb.h5460 const char* upb_OneofDef_Name(const upb_OneofDef* o);
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Ddef.c275 RETURN_STRING(upb_OneofDef_Name(intern->oneofdef)); in PHP_METHOD()
H A Dphp-upb.c6702 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() function
7527 o->field_count, upb_OneofDef_Name(o)); in finalize_oneofs()
7534 upb_OneofDef_Name(o)); in finalize_oneofs()
H A Dphp-upb.h5460 const char* upb_OneofDef_Name(const upb_OneofDef* o);
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c953 return rb_str_maybe_null(upb_OneofDef_Name(self->oneofdef)); in OneofDescriptor_name()
H A Druby-upb.c6373 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() function
7198 o->field_count, upb_OneofDef_Name(o)); in finalize_oneofs()
7205 upb_OneofDef_Name(o)); in finalize_oneofs()
H A Druby-upb.h5690 const char* upb_OneofDef_Name(const upb_OneofDef* o);
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c953 return rb_str_maybe_null(upb_OneofDef_Name(self->oneofdef)); in OneofDescriptor_name()
H A Druby-upb.c6373 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() function
7198 o->field_count, upb_OneofDef_Name(o)); in finalize_oneofs()
7205 upb_OneofDef_Name(o)); in finalize_oneofs()
H A Druby-upb.h5690 const char* upb_OneofDef_Name(const upb_OneofDef* o);