Searched refs:upb_inttable_push (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2088 if (upb_inttable_push(&f->defs, upb_value_constptr(def))) { in upb_filedef_adddef() 2103 if (upb_inttable_push(&f->deps, upb_value_constptr(dep))) { in upb_filedef_adddep() 3213 upb_inttable_push(&t->stack, upb_value_ptr((void*)r)); in push() 3231 if (!upb_inttable_push(&t->groups, upb_value_ptr(group)) || in tarjan_newgroup() 3232 !upb_inttable_push(&t->groups, upb_value_ptr(NULL))) { in tarjan_newgroup() 6541 upb_inttable_push(&r->files, upb_value_ptr(r->file)); in fileset_startfile() 8120 upb_inttable_push(&c->groups, upb_value_constptr(g)); in upb_pbcodecache_getdecodermethod()
|
D | upb.h | 1181 UPB_INLINE bool upb_inttable_push(upb_inttable *t, upb_value val) {
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 3054 upb_inttable_push(&t->stack, upb_value_ptr((void*)r)); in push() 3072 if (!upb_inttable_push(&t->groups, upb_value_ptr(group)) || in tarjan_newgroup() 3073 !upb_inttable_push(&t->groups, upb_value_ptr(NULL))) { in tarjan_newgroup() 4567 bool upb_inttable_push(upb_inttable *t, upb_value val) { in upb_inttable_push() function 7436 upb_inttable_push(&c->groups, upb_value_constptr(g)); in upb_pbcodecache_getdecodermethod()
|
D | upb.h | 909 bool upb_inttable_push(upb_inttable *t, upb_value val);
|