Searched refs:eqlfunc_t (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 4088 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 4131 uint32_t hash, eqlfunc_t *eql) { in findentry() 4144 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 4149 uint32_t hash, eqlfunc_t *eql) { in lookup() 4164 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 4211 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4319 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 4373 uint32_t hash, eqlfunc_t *eql) { in findentry() 4386 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 4391 uint32_t hash, eqlfunc_t *eql) { in lookup() 4406 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 4453 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|