Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:pending_list

1416     rb_ary_push(builder_self->pending_list, mapentry_desc);
1617 rb_gc_mark(self->pending_list);
1638 self->pending_list = rb_ary_new();
1672 rb_ary_push(self->pending_list, msgdef);
1693 rb_ary_push(self->pending_list, enumdef);
1739 REALLOC_N(self->defs, upb_def*, RARRAY_LEN(self->pending_list));
1741 for (int i = 0; i < RARRAY_LEN(self->pending_list); i++) {
1742 VALUE def_rb = rb_ary_entry(self->pending_list, i);
1753 RARRAY_LEN(self->pending_list), NULL, &status),
1756 for (int i = 0; i < RARRAY_LEN(self->pending_list); i++) {
1757 VALUE def_rb = rb_ary_entry(self->pending_list, i);
1761 self->pending_list = rb_ary_new();