Home
last modified time | relevance | path

Searched refs:upb_oneofdef_numfields (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c83 if (upb_oneofdef_numfields(o) == 0) { in which_oneof_field()
Dupb.h2898 int upb_oneofdef_numfields(const upb_oneofdef *o);
3552 return upb_oneofdef_numfields(this);
Dupb.c1813 int upb_oneofdef_numfields(const upb_oneofdef *o) { in upb_oneofdef_numfields() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h2412 int upb_oneofdef_numfields(const upb_oneofdef *o);
2924 return upb_oneofdef_numfields(this); in field_count()
Dupb.c1587 int upb_oneofdef_numfields(const upb_oneofdef *o) { in upb_oneofdef_numfields() function