/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | file_def.c | 145 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelExtension() function 346 upb_FieldDef* f = (upb_FieldDef*)upb_FileDef_TopLevelExtension(file, i); in _upb_FileDef_Create() 356 upb_FieldDef* f = (upb_FieldDef*)upb_FileDef_TopLevelExtension(file, i); in _upb_FileDef_Create()
|
D | file_def.h | 62 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i);
|
D | def.hpp | 502 return FieldDefPtr(upb_FileDef_TopLevelExtension(ptr_, index)); in toplevel_extension()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | file_def.c | 156 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelExtension() function 410 upb_FieldDef* f = (upb_FieldDef*)upb_FileDef_TopLevelExtension(file, i); in _upb_FileDef_Create() 420 upb_FieldDef* f = (upb_FieldDef*)upb_FileDef_TopLevelExtension(file, i); in _upb_FileDef_Create()
|
H A D | file_def.h | 45 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i);
|
H A D | def.hpp | 504 return FieldDefPtr(upb_FileDef_TopLevelExtension(ptr_, index)); in toplevel_extension()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | code_generator_request.c | 124 upbc_Scrape_Extension(s, upb_FileDef_TopLevelExtension(f, i)); in upbc_Scrape_FileExtensions()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/ |
D | def_to_proto.c | 585 exts[i] = fielddef_toproto(ctx, upb_FileDef_TopLevelExtension(f, i)); in filedef_toproto()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/ |
H A D | def_to_proto.c | 563 exts[i] = fielddef_toproto(ctx, upb_FileDef_TopLevelExtension(f, i)); in filedef_toproto()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor.c | 1209 (void*)&upb_FileDef_TopLevelExtension, in PyUpb_FileDescriptor_GetExtensionsByName()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.h | 5887 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i);
|
H A D | ruby-upb.c | 6488 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelExtension() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 5657 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i);
|
H A D | php-upb.c | 6817 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelExtension() function
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 5657 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i);
|
H A D | php-upb.c | 6817 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelExtension() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.h | 5887 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i);
|
H A D | ruby-upb.c | 6488 const upb_FieldDef* upb_FileDef_TopLevelExtension(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelExtension() function
|