Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c291 int field_num = upb_oneofdef_numfields(intern->oneofdef); in PHP_METHOD()
315 RETURN_LONG(upb_oneofdef_numfields(intern->oneofdef)); in PHP_METHOD()
H A Dphp-upb.h3265 int upb_oneofdef_numfields(const upb_oneofdef *o);
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3784 int upb_oneofdef_numfields(const upb_oneofdef *o) { in upb_oneofdef_numfields() function
3796 if (upb_oneofdef_numfields(o) != 1) return false; in upb_oneofdef_issynthetic()
H A Dupb.h3194 int upb_oneofdef_numfields(const upb_oneofdef *o);

Completed in 49 milliseconds