Home
last modified time | relevance | path

Searched refs:findentry (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c134 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry() function
149 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
154 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
172 UPB_ASSERT(findentry(t, key, hash, eql) == NULL); in insert()
208 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4772 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry() function
4787 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
4792 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
4810 UPB_ASSERT(findentry(t, key, hash, eql) == NULL); in insert()
4847 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6565 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry() function
6580 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
6585 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
6603 UPB_ASSERT(findentry(t, key, hash, eql) == NULL); in insert()
6640 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()