Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp141 int field_count() const { return upb_oneofdef_numfields(ptr_); } in field_count()
Ddef.h138 int upb_oneofdef_numfields(const upb_oneofdef *o);
Ddef.c736 int upb_oneofdef_numfields(const upb_oneofdef *o) { in upb_oneofdef_numfields() function
/external/protobuf/php/ext/google/protobuf/
Ddef.c508 int field_num = upb_oneofdef_numfields(intern->oneofdef); in PHP_METHOD()
547 RETURN_LONG(upb_oneofdef_numfields(intern->oneofdef)); in PHP_METHOD()
Dupb.h3357 int upb_oneofdef_numfields(const upb_oneofdef *o);
3405 int field_count() const { return upb_oneofdef_numfields(ptr_); } in field_count()
Dupb.c1890 int upb_oneofdef_numfields(const upb_oneofdef *o) { in upb_oneofdef_numfields() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c90 if (upb_oneofdef_numfields(o) == 0) { in which_oneof_field()
Dupb.h3133 int upb_oneofdef_numfields(const upb_oneofdef *o);
3967 return upb_oneofdef_numfields(this);
Dupb.c2868 int upb_oneofdef_numfields(const upb_oneofdef *o) { in upb_oneofdef_numfields() function