Lines Matching refs:entries
1466 return (upb_tabent*)t->entries;
1485 t->entries = upb_malloc(a, bytes);
1486 if (!t->entries) return false;
1489 t->entries = NULL;
1500 while (1) { if (upb_tabent_isempty(--e)) return e; UPB_ASSERT(e > t->entries); }
1627 } while(upb_tabent_isempty(&t->entries[i]));
1671 memset((char*)t->t.entries, 0, bytes);
1677 upb_free(a, (void*)t->t.entries[i].key);
1887 const upb_tabent *e = &t->t.entries[i];
1982 /* We can halve again without losing any entries. */
2017 return &i->t->t.entries[i->index];