Lines Matching defs:lookupkey_t
1444 } lookupkey_t;
1446 static lookupkey_t strkey2(const char *str, size_t len) {
1447 lookupkey_t k;
1453 static lookupkey_t intkey(uintptr_t key) {
1454 lookupkey_t k;
1460 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2);
1507 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key,
1520 static upb_tabent *findentry_mutable(upb_table *t, lookupkey_t key,
1525 static bool lookup(const upb_table *t, lookupkey_t key, upb_value *v,
1539 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey,
1584 static bool rm(upb_table *t, lookupkey_t key, upb_value *val,
1641 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) {
1657 static bool streql(upb_tabkey k1, lookupkey_t k2) {
1701 lookupkey_t key;
1793 static bool inteql(upb_tabkey k1, lookupkey_t k2) {