Searched refs:upb_getentry (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 230 static const upb_tabent *upb_getentry(const upb_table *t, uint32_t hash) { in upb_getentry() function 375 for (e = upb_getentry(&t->t, upb_inthash(key)); true; e = e->next) { in upb_inttable_lookup32()
|
D | table.c | 131 return (upb_tabent*)upb_getentry(t, hash); in getentry_mutable() 139 e = upb_getentry(t, hash); in findentry()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2423 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry() function 2463 return (upb_tabent*)upb_getentry(t, hash); in getentry_mutable() 2471 e = upb_getentry(t, hash); in findentry()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2423 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry() function 2463 return (upb_tabent*)upb_getentry(t, hash); in getentry_mutable() 2471 e = upb_getentry(t, hash); in findentry()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2393 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry() function 2433 return (upb_tabent*)upb_getentry(t, hash); in getentry_mutable() 2441 e = upb_getentry(t, hash); in findentry()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2393 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry() function 2433 return (upb_tabent*)upb_getentry(t, hash); in getentry_mutable() 2441 e = upb_getentry(t, hash); in findentry()
|