Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_enum_begin

416   for(upb_enum_begin(&i, e); !upb_enum_done(&i); upb_enum_next(&i)) {
486 void upb_enum_begin(upb_enum_iter *i, const upb_enumdef *e) {