Searched refs:eqlfunc_t (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1460 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 1508 uint32_t hash, eqlfunc_t *eql) { in findentry() 1521 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 1526 uint32_t hash, eqlfunc_t *eql) { in lookup() 1541 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 1585 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1435 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 1483 uint32_t hash, eqlfunc_t *eql) { in findentry() 1496 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 1501 uint32_t hash, eqlfunc_t *eql) { in lookup() 1516 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 1560 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|
Completed in 55 milliseconds