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

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c4416 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } function
4516 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql);
4524 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4663 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } function
4767 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql);
4775 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql);

Completed in 277 milliseconds