Searched refs:upb_inttable_push (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2088 if (upb_inttable_push(&f->defs, upb_value_constptr(def))) {
2103 if (upb_inttable_push(&f->deps, upb_value_constptr(dep))) {
3213 upb_inttable_push(&t->stack, upb_value_ptr((void*)r));
3231 if (!upb_inttable_push(&t->groups, upb_value_ptr(group)) ||
3232 !upb_inttable_push(&t->groups, upb_value_ptr(NULL))) {
6541 upb_inttable_push(&r->files, upb_value_ptr(r->file));
8120 upb_inttable_push(&c->groups, upb_value_constptr(g));
H A Dupb.h1181 UPB_INLINE bool upb_inttable_push(upb_inttable *t, upb_value val) { function
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c3054 upb_inttable_push(&t->stack, upb_value_ptr((void*)r));
3072 if (!upb_inttable_push(&t->groups, upb_value_ptr(group)) ||
3073 !upb_inttable_push(&t->groups, upb_value_ptr(NULL))) {
4567 bool upb_inttable_push(upb_inttable *t, upb_value val) { function
7436 upb_inttable_push(&c->groups, upb_value_constptr(g));
H A Dupb.h909 bool upb_inttable_push(upb_inttable *t, upb_value val);

Completed in 177 milliseconds