Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:upb_tabent

4324 static upb_tabent *mutable_entries(upb_table *t) {
4325 return (upb_tabent*)t->entries;
4347 bytes = upb_table_size(t) * sizeof(upb_tabent);
4363 static upb_tabent *emptyent(upb_table *t) {
4364 upb_tabent *e = mutable_entries(t) + upb_table_size(t);
4368 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) {
4369 return (upb_tabent*)upb_getentry(t, hash);
4372 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key,
4374 const upb_tabent *e;
4385 static upb_tabent *findentry_mutable(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);
4407 upb_tabent *mainpos_e;
4408 upb_tabent *our_e;
4424 upb_tabent *new_e = emptyent(t);
4426 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key));
4439 chain = (upb_tabent*)chain->next;
4454 upb_tabent *chain = getentry_mutable(t, hash);
4463 upb_tabent *move = (upb_tabent*)chain->next;
4476 chain = (upb_tabent*)chain->next;
4479 upb_tabent *rm;
4484 rm = (upb_tabent*)chain->next;
4611 static const upb_tabent *str_tabent(const upb_strtable_iter *i) {
4677 upb_tabent *e =
4761 const upb_tabent *e = &t->t.entries[i];
4906 static const upb_tabent *int_tabent(const upb_inttable_iter *i) {
5488 static const upb_tabent strentries[236];
5489 static const upb_tabent intentries[18];
5637 static const upb_tabent strentries[236] = {
5876 static const upb_tabent intentries[18] = {