Searched refs:upb_oneof_begin (Results 1 - 7 of 7) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | def.c | 299 for(upb_oneof_begin(&iter, intern->oneofdef), i = 0; in PHP_METHOD()
|
H A D | php-upb.h | 3282 * 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 D | php-upb.c | 4264 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 D | storage.c | 648 for (upb_oneof_begin(&fit, oneof); in create_layout()
|
H A D | defs.c | 1238 for (upb_oneof_begin(&it, self->oneofdef); in OneofDescriptor_each()
|
H A D | upb.c | 3815 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 D | upb.h | 3211 * 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