Searched refs:upb_DefPool_FindExtensionByNameWithSize (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | def_pool.c | 175 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize( in upb_DefPool_FindExtensionByNameWithSize() function 198 return upb_DefPool_FindExtensionByNameWithSize(s, sym, strlen(sym)); in upb_DefPool_FindExtensionByName()
|
D | def_pool.h | 74 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | def_pool.c | 229 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize( in upb_DefPool_FindExtensionByNameWithSize() function 252 return upb_DefPool_FindExtensionByNameWithSize(s, sym, strlen(sym)); in upb_DefPool_FindExtensionByName()
|
H A D | def_pool.h | 62 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | decode.c | 895 f = upb_DefPool_FindExtensionByNameWithSize(d->symtab, name.data + 1, in jsondec_field()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/ |
H A D | decode.c | 927 f = upb_DefPool_FindExtensionByNameWithSize(d->symtab, name.data + 1, in jsondec_field()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 2940 f = upb_DefPool_FindExtensionByNameWithSize(d->symtab, name.data + 1, in jsondec_field() 6667 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize( in upb_DefPool_FindExtensionByNameWithSize() function 6688 return upb_DefPool_FindExtensionByNameWithSize(s, sym, strlen(sym)); in upb_DefPool_FindExtensionByName()
|
H A D | ruby-upb.h | 5935 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 3269 f = upb_DefPool_FindExtensionByNameWithSize(d->symtab, name.data + 1, in jsondec_field() 6996 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize( in upb_DefPool_FindExtensionByNameWithSize() function 7017 return upb_DefPool_FindExtensionByNameWithSize(s, sym, strlen(sym)); in upb_DefPool_FindExtensionByName()
|
H A D | php-upb.h | 5705 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 3269 f = upb_DefPool_FindExtensionByNameWithSize(d->symtab, name.data + 1, in jsondec_field() 6996 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize( in upb_DefPool_FindExtensionByNameWithSize() function 7017 return upb_DefPool_FindExtensionByNameWithSize(s, sym, strlen(sym)); in upb_DefPool_FindExtensionByName()
|
H A D | php-upb.h | 5705 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 2940 f = upb_DefPool_FindExtensionByNameWithSize(d->symtab, name.data + 1, in jsondec_field() 6667 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize( in upb_DefPool_FindExtensionByNameWithSize() function 6688 return upb_DefPool_FindExtensionByNameWithSize(s, sym, strlen(sym)); in upb_DefPool_FindExtensionByName()
|
H A D | ruby-upb.h | 5935 const upb_FieldDef* upb_DefPool_FindExtensionByNameWithSize(
|