Searched refs:upb_DefPool_FindFileByNameWithSize (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | def_pool.h | 64 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|
D | file_def.c | 284 upb_DefPool_FindFileByNameWithSize(ctx->symtab, str.data, str.size); in _upb_FileDef_Create()
|
D | def_pool.c | 166 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s, in upb_DefPool_FindFileByNameWithSize() function
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | def_pool.h | 52 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|
H A D | file_def.c | 344 upb_DefPool_FindFileByNameWithSize(ctx->symtab, str.data, str.size); in _upb_FileDef_Create()
|
H A D | def_pool.c | 220 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s, in upb_DefPool_FindFileByNameWithSize() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor_pool.c | 172 const upb_FileDef* dep = upb_DefPool_FindFileByNameWithSize( in PyUpb_DescriptorPool_LoadDependentFiles() 208 upb_DefPool_FindFileByNameWithSize(self->symtab, name.data, name.size); in PyUpb_DescriptorPool_DoAddSerializedFile()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | def.c | 931 if (upb_DefPool_FindFileByNameWithSize(symtab, name.data, name.size)) { in add_descriptor()
|
H A D | php-upb.c | 6987 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s, in upb_DefPool_FindFileByNameWithSize() function 8826 upb_DefPool_FindFileByNameWithSize(ctx->symtab, str.data, str.size); in build_filedef()
|
H A D | php-upb.h | 5715 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | def.c | 931 if (upb_DefPool_FindFileByNameWithSize(symtab, name.data, name.size)) { in add_descriptor()
|
H A D | php-upb.c | 6987 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s, in upb_DefPool_FindFileByNameWithSize() function 8826 upb_DefPool_FindFileByNameWithSize(ctx->symtab, str.data, str.size); in build_filedef()
|
H A D | php-upb.h | 5715 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 6658 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s, in upb_DefPool_FindFileByNameWithSize() function 8497 upb_DefPool_FindFileByNameWithSize(ctx->symtab, str.data, str.size); in build_filedef()
|
H A D | ruby-upb.h | 5945 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 6658 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s, in upb_DefPool_FindFileByNameWithSize() function 8497 upb_DefPool_FindFileByNameWithSize(ctx->symtab, str.data, str.size); in build_filedef()
|
H A D | ruby-upb.h | 5945 const upb_FileDef* upb_DefPool_FindFileByNameWithSize(const upb_DefPool* s,
|