Home
last modified time | relevance | path

Searched refs:upb_msgdef_numfields (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c612 int count = upb_msgdef_numfields(intern->msgdef); in PHP_METHOD()
644 RETURN_LONG(upb_msgdef_numfields(intern->msgdef)); in PHP_METHOD()
H A Dphp-upb.h3318 int upb_msgdef_numfields(const upb_msgdef *m);
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c498 int nfields = upb_msgdef_numfields(msgdef); in create_layout()
H A Dupb.c3217 int n = upb_msgdef_numfields(m); in assign_msg_indices()
3682 int upb_msgdef_numfields(const upb_msgdef *m) { in upb_msgdef_numfields() function
3908 fields = upb_malloc(alloc, upb_msgdef_numfields(m) * sizeof(*fields)); in make_layout()
3911 if ((!fields && upb_msgdef_numfields(m)) || in make_layout()
3917 l->field_count = upb_msgdef_numfields(m); in make_layout()
H A Dupb.h3247 int upb_msgdef_numfields(const upb_msgdef *m);

Completed in 53 milliseconds