Home | History | Annotate | Download | only in protobuf_c

Lines Matching full:findentry

4372 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key,
4387 return (upb_tabent*)findentry(t, key, hash, eql);
4392 const upb_tabent *e = findentry(t, key, hash, eql);
4412 assert(findentry(t, key, hash, eql) == NULL);
4449 assert(findentry(t, key, hash, eql) == our_e);