Searched defs:upb_getentry (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h1077 static const upb_tabent *upb_getentry(const upb_table *t, uint32_t hash) { function
1222 for (e = upb_getentry(&t->t, upb_inthash(key)); true; e = e->next) {
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h840 static const upb_tabent *upb_getentry(const upb_table *t, uint32_t hash) { function
939 for (e = upb_getentry(&t->t, upb_inthash(key)); true; e = e->next) {

Completed in 217 milliseconds