Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c5784 bool upb_msg_next(const upb_msg *msg, const upb_msgdef *m, in upb_msg_next() function
5833 while (upb_msg_next(msg, m, NULL /*ext_pool*/, &f, &val, &iter)) { in _upb_msg_discardunknown()
7859 if (!upb_msg_next(msg, m, NULL, &f, &val, &iter)) { in jsonenc_value()
8066 while (upb_msg_next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
H A Dphp-upb.h3697 * while (upb_msg_next(msg, m, ext_pool, &f, &val, &iter)) {
3707 bool upb_msg_next(const upb_msg *msg, const upb_msgdef *m,
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3459 * while (upb_msg_next(msg, m, ext_pool, &f, &val, &iter)) {
3469 bool upb_msg_next(const upb_msg *msg, const upb_msgdef *m,
H A Dupb.c5282 bool upb_msg_next(const upb_msg *msg, const upb_msgdef *m, in upb_msg_next() function

Completed in 67 milliseconds