/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | file_def.h | 59 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i);
|
D | file_def.c | 140 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelEnum() function
|
D | def.hpp | 488 return EnumDefPtr(upb_FileDef_TopLevelEnum(ptr_, index)); in toplevel_enum()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | file_def.h | 42 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i);
|
H A D | def.hpp | 490 return EnumDefPtr(upb_FileDef_TopLevelEnum(ptr_, index)); in toplevel_enum()
|
H A D | file_def.c | 151 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelEnum() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | code_generator_request.c | 116 upbc_Scrape_Enum(s, upb_FileDef_TopLevelEnum(f, i)); in upbc_Scrape_FileEnums()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/ |
D | def_to_proto.c | 571 enums[i] = enumdef_toproto(ctx, upb_FileDef_TopLevelEnum(f, i)); in filedef_toproto()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/ |
H A D | def_to_proto.c | 549 enums[i] = enumdef_toproto(ctx, upb_FileDef_TopLevelEnum(f, i)); in filedef_toproto()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 635 const upb_EnumDef* e = upb_FileDef_TopLevelEnum(f, index); in lupb_FileDef_enum()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | def.c | 920 NameMap_AddEnum(upb_FileDef_TopLevelEnum(file, i)); in add_name_mappings()
|
H A D | php-upb.h | 5656 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i);
|
H A D | php-upb.c | 6812 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelEnum() function
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | def.c | 920 NameMap_AddEnum(upb_FileDef_TopLevelEnum(file, i)); in add_name_mappings()
|
H A D | php-upb.h | 5656 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i);
|
H A D | php-upb.c | 6812 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelEnum() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor.c | 1194 (void*)&upb_FileDef_TopLevelEnum, in PyUpb_FileDescriptor_GetEnumTypesByName()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.h | 5886 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i);
|
H A D | ruby-upb.c | 6483 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelEnum() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.h | 5886 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i);
|
H A D | ruby-upb.c | 6483 const upb_EnumDef* upb_FileDef_TopLevelEnum(const upb_FileDef* f, int i) { in upb_FileDef_TopLevelEnum() function
|