Home
last modified time | relevance | path

Searched refs:upb_oneof_begin (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c299 for(upb_oneof_begin(&iter, intern->oneofdef), i = 0; in PHP_METHOD()
H A Dphp-upb.h3282 * for(upb_oneof_begin(&i, e); !upb_oneof_done(&i); upb_oneof_next(&i)) {
3286 void upb_oneof_begin(upb_oneof_iter *iter, const upb_oneofdef *o);
H A Dphp-upb.c4264 void upb_oneof_begin(upb_oneof_iter *iter, const upb_oneofdef *o) { in upb_oneof_begin() function
4485 for (upb_oneof_begin(&fit, o); in make_layout()
4496 for (upb_oneof_begin(&fit, o); in make_layout()
5664 upb_oneof_begin(&i, o); in upb_msg_whichoneof()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c648 for (upb_oneof_begin(&fit, oneof); in create_layout()
H A Ddefs.c1238 for (upb_oneof_begin(&it, self->oneofdef); in OneofDescriptor_each()
H A Dupb.c3815 void upb_oneof_begin(upb_oneof_iter *iter, const upb_oneofdef *o) { in upb_oneof_begin() function
4026 for (upb_oneof_begin(&fit, o); in make_layout()
4037 for (upb_oneof_begin(&fit, o); in make_layout()
5191 upb_oneof_begin(&i, o); in upb_msg_hasoneof()
H A Dupb.h3211 * for(upb_oneof_begin(&i, e); !upb_oneof_done(&i); upb_oneof_next(&i)) {
3215 void upb_oneof_begin(upb_oneof_iter *iter, const upb_oneofdef *o);

Completed in 66 milliseconds