Home
last modified time | relevance | path

Searched refs:upb_inthash (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c4416 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash()
4431 findentry_mutable(&t->t, intkey(key), upb_inthash(key), &inteql); in inttable_val()
4515 hash = upb_inthash(e->key); in upb_inttable_insert()
4524 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert()
4560 uint32_t hash = upb_inthash(key); in upb_inttable_remove()
Dupb.h836 UPB_INLINE uint32_t upb_inthash(uintptr_t key) { in upb_inthash() function
939 for (e = upb_getentry(&t->t, upb_inthash(key)); true; e = e->next) { in upb_inttable_lookup32()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4663 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash()
4678 findentry_mutable(&t->t, intkey(key), upb_inthash(key), &inteql); in inttable_val()
4766 hash = upb_inthash(e->key); in upb_inttable_insert2()
4775 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2()
4811 uint32_t hash = upb_inthash(key); in upb_inttable_remove()
Dupb.h1073 UPB_INLINE uint32_t upb_inthash(uintptr_t key) {
1222 for (e = upb_getentry(&t->t, upb_inthash(key)); true; e = e->next) {