Home
last modified time | relevance | path

Searched refs:upb_msgdef_numfields (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dstorage.c295 int nfields = upb_msgdef_numfields(msgdef); in create_layout()
Dupb.h2088 int upb_msgdef_numfields(const upb_msgdef *m);
2684 return upb_msgdef_numfields(this); in field_count()
Dupb.c244 int n = upb_msgdef_numfields(m); in assign_msg_indices()
1457 int upb_msgdef_numfields(const upb_msgdef *m) { in upb_msgdef_numfields() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c402 int nfields = upb_msgdef_numfields(msgdef); in create_layout()
Dupb.h2572 int upb_msgdef_numfields(const upb_msgdef *m);
3309 return upb_msgdef_numfields(this);
Dupb.c287 int n = upb_msgdef_numfields(m); in assign_msg_indices()
1650 int upb_msgdef_numfields(const upb_msgdef *m) { in upb_msgdef_numfields() function