Home
last modified time | relevance | path

Searched refs:_upb_msgdef_field (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h3332 const upb_fielddef *_upb_msgdef_field(const upb_msgdef *m, int i);
H A Dphp-upb.c4141 const upb_fielddef *_upb_msgdef_field(const upb_msgdef *m, int i) { in _upb_msgdef_field() function
5791 while ((f = _upb_msgdef_field(m, (int)++i)) != NULL) { in upb_msg_next()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3698 const upb_fielddef *_upb_msgdef_field(const upb_msgdef *m, int i) { in _upb_msgdef_field() function
5288 while ((f = _upb_msgdef_field(m, (int)++i)) != NULL) { in upb_msg_next()
H A Dupb.h3260 const upb_fielddef *_upb_msgdef_field(const upb_msgdef *m, int i);

Completed in 59 milliseconds