Home
last modified time | relevance | path

Searched refs:upb_tabkey (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c4087 typedef uint32_t hashfunc_t(upb_tabkey key);
4088 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2);
4162 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert()
4211 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
4272 static upb_tabkey strcopy(lookupkey_t k2) { in strcopy()
4280 static uint32_t strhash(upb_tabkey key) { in strhash()
4286 static bool streql(upb_tabkey k1, lookupkey_t k2) { in streql()
4325 upb_tabkey tabkey; in upb_strtable_insert2()
4353 upb_tabkey tabkey; in upb_strtable_remove2()
4416 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash()
[all …]
Dupb.h673 typedef uintptr_t upb_tabkey; typedef
690 UPB_INLINE char *upb_tabstr(upb_tabkey key, uint32_t *len) { in upb_tabstr()
767 upb_tabkey key;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4318 typedef uint32_t hashfunc_t(upb_tabkey key);
4319 typedef bool eqlfunc_t(upb_tabkey k1, lookupkey_t k2);
4404 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert()
4453 upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) { in rm()
4514 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy()
4522 static uint32_t strhash(upb_tabkey key) { in strhash()
4528 static bool streql(upb_tabkey k1, lookupkey_t k2) { in streql()
4570 upb_tabkey tabkey; in upb_strtable_insert3()
4600 upb_tabkey tabkey; in upb_strtable_remove3()
4663 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash()
[all …]
Dupb.h884 typedef uintptr_t upb_tabkey;
901 UPB_INLINE char *upb_tabstr(upb_tabkey key, uint32_t *len) {
978 upb_tabkey key;