Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1652 return upb_inttable_count(&m->itof); in upb_msgdef_numfields()
1657 return upb_strtable_count(&m->ntof) - upb_inttable_count(&m->itof); in upb_msgdef_numoneofs()
2002 return upb_inttable_count(&f->defs); in upb_filedef_defcount()
2006 return upb_inttable_count(&f->deps); in upb_filedef_depcount()
3078 assert(upb_inttable_count(&state.ref2) == 0); in visit()
3223 setattr(t, r, WHITE | (upb_inttable_count(&t->groups) - 2) << 8); in pop()
4688 size_t upb_inttable_count(const upb_inttable *t) { in upb_inttable_count() function
4703 assert(count == upb_inttable_count(t)); in check()
4820 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2()
4825 bool ok = upb_inttable_remove(t, upb_inttable_count(t) - 1, &val); in upb_inttable_pop()
[all …]
Dupb.h1109 size_t upb_inttable_count(const upb_inttable *t);
/external/protobuf/php/ext/google/protobuf/
Dupb.c2908 assert(upb_inttable_count(&state.ref2) == 0); in visit()
3064 setattr(t, r, WHITE | (upb_inttable_count(&t->groups) - 2) << 8); in pop()
4441 size_t upb_inttable_count(const upb_inttable *t) { in upb_inttable_count() function
4456 assert(count == upb_inttable_count(t)); in check()
4568 return upb_inttable_insert(t, upb_inttable_count(t), val); in upb_inttable_push()
4573 bool ok = upb_inttable_remove(t, upb_inttable_count(t) - 1, &val); in upb_inttable_pop()
4610 arr_count = upb_inttable_count(t); in upb_inttable_compact()
4612 if (upb_inttable_count(t) >= max_key * MIN_DENSITY) { in upb_inttable_compact()
4635 int hash_count = upb_inttable_count(t) - arr_count; in upb_inttable_compact()
7422 if (upb_inttable_count(&c->groups) > 0) in upb_pbcodecache_setallowjit()
Dupb.h856 size_t upb_inttable_count(const upb_inttable *t);