Home
last modified time | relevance | path

Searched refs:inthash (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1791 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash() function
1893 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
1901 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1765 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash() function
1866 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
1874 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2()

Completed in 32 milliseconds