Searched refs:upb_inttable_count (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 452 size_t upb_inttable_count(const upb_inttable *t) { in upb_inttable_count() function 467 UPB_ASSERT(count == upb_inttable_count(t)); in check() 614 arr_count = upb_inttable_count(t); in upb_inttable_compact2() 627 UPB_ASSERT(arr_count <= upb_inttable_count(t)); in upb_inttable_compact2() 632 size_t hash_count = upb_inttable_count(t) - arr_count; in upb_inttable_compact2()
|
D | table.int.h | 263 size_t upb_inttable_count(const upb_inttable *t);
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_table.cc | 52 size_t count() { return upb_inttable_count(&table_); } in count()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2714 return upb_inttable_count(&m->itof); in upb_msgdef_numfields() 2719 return upb_strtable_count(&m->ntof) - upb_inttable_count(&m->itof); in upb_msgdef_numoneofs() 3073 return upb_inttable_count(&f->defs); in upb_filedef_defcount() 3077 return upb_inttable_count(&f->deps); in upb_filedef_depcount() 5764 UPB_ASSERT(upb_inttable_count(&state.ref2) == 0); in visit() 5909 setattr(t, r, WHITE | (upb_inttable_count(&t->groups) - 2) << 8); in pop() 6875 size_t upb_inttable_count(const upb_inttable *t) { in upb_inttable_count() function 6890 UPB_ASSERT(count == upb_inttable_count(t)); in check() 7004 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2() 7009 bool ok = upb_inttable_remove(t, upb_inttable_count(t) - 1, &val); in upb_inttable_pop() [all …]
|
D | upb.h | 1202 size_t upb_inttable_count(const upb_inttable *t);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1801 return upb_inttable_count(&m->itof); in upb_msgdef_numfields() 1806 return upb_strtable_count(&m->ntof) - upb_inttable_count(&m->itof); in upb_msgdef_numoneofs() 5084 size_t upb_inttable_count(const upb_inttable *t) { in upb_inttable_count() function 5099 UPB_ASSERT(count == upb_inttable_count(t)); in check() 5213 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2() 5218 bool ok = upb_inttable_remove(t, upb_inttable_count(t) - 1, &val); in upb_inttable_pop() 5262 arr_count = upb_inttable_count(t); in upb_inttable_compact2() 5275 UPB_ASSERT(arr_count <= upb_inttable_count(t)); in upb_inttable_compact2() 5280 size_t hash_count = upb_inttable_count(t) - arr_count; in upb_inttable_compact2() 6684 for (i = 0; i < upb_inttable_count(&c->groups); i++) { in upb_pbcodecache_free() [all …]
|
D | upb.h | 2893 size_t upb_inttable_count(const upb_inttable *t);
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 896 UPB_ASSERT(upb_inttable_count(&c->groups) == 0); in upb_pbdecodermethodopts_setlazy()
|