Searched refs:upb_msg_next (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 5784 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 D | php-upb.h | 3697 * 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 D | upb.h | 3459 * 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 D | upb.c | 5282 bool upb_msg_next(const upb_msg *msg, const upb_msgdef *m, in upb_msg_next() function
|
Completed in 67 milliseconds