Searched refs:eqlfunc_t (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 82 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 135 uint32_t hash, eqlfunc_t *eql) { in findentry() 148 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 153 uint32_t hash, eqlfunc_t *eql) { in lookup() 168 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 212 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 4719 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 4773 uint32_t hash, eqlfunc_t *eql) { in findentry() 4786 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 4791 uint32_t hash, eqlfunc_t *eql) { in lookup() 4806 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 4851 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6512 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2); typedef 6566 uint32_t hash, eqlfunc_t *eql) { in findentry() 6579 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() 6584 uint32_t hash, eqlfunc_t *eql) { in lookup() 6599 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() 6644 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
|