Home
last modified time | relevance | path

Searched refs:upb_strtable_count (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c473 return ULL2NUM(upb_strtable_count(&self->table)); in Map_length()
589 if (upb_strtable_count(&self->table) != upb_strtable_count(&other->table)) { in Map_eq()
Dupb.c561 return upb_strtable_count(&e->ntoi); in upb_enumdef_numvals()
1657 return upb_strtable_count(&m->ntof) - upb_inttable_count(&m->itof); in upb_msgdef_numoneofs()
1814 return upb_strtable_count(&o->ntof); in upb_oneofdef_numfields()
4096 add_objs_size = upb_strtable_count(&addtab); in symtab_add()
Dupb.h1110 UPB_INLINE size_t upb_strtable_count(const upb_strtable *t) {
/external/protobuf/php/ext/google/protobuf/
Dupb.c483 return upb_strtable_count(&e->ntoi); in upb_enumdef_numvals()
1458 return upb_strtable_count(&m->ntof); in upb_msgdef_numfields()
1462 return upb_strtable_count(&m->ntoo); in upb_msgdef_numoneofs()
1588 return upb_strtable_count(&o->ntof); in upb_oneofdef_numfields()
3926 add_defs = malloc(sizeof(void*) * upb_strtable_count(&addtab)); in upb_symtab_add()
Dupb.h857 UPB_INLINE size_t upb_strtable_count(const upb_strtable *t) { in upb_strtable_count() function