HomeSort by relevance Sort by last modified time
    Searched refs:upb_enum_begin (Results 1 - 6 of 6) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
message.c 539 for (upb_enum_begin(&it, enumdesc->enumdef);
defs.c     [all...]
upb.h     [all...]
upb.c 481 for(upb_enum_begin(&i, e); !upb_enum_done(&i); upb_enum_next(&i)) {
564 void upb_enum_begin(upb_enum_iter *i, const upb_enumdef *e) { function
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
upb.c 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) { function
    [all...]

Completed in 387 milliseconds