Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp306 int value_count() const { return upb_enumdef_numvals(ptr_); } in value_count()
Ddef.h246 int upb_enumdef_numvals(const upb_enumdef *e);
Ddef.c275 int upb_enumdef_numvals(const upb_enumdef *e) { in upb_enumdef_numvals() function
/external/protobuf/php/ext/google/protobuf/
Ddef.c294 int field_num = upb_enumdef_numvals(intern->enumdef); in PHP_METHOD()
316 RETURN_LONG(upb_enumdef_numvals(intern->enumdef)); in PHP_METHOD()
Dupb.h3766 int upb_enumdef_numvals(const upb_enumdef *e);
3814 int value_count() const { return upb_enumdef_numvals(ptr_); } in value_count()
Dupb.c1462 int upb_enumdef_numvals(const upb_enumdef *e) { in upb_enumdef_numvals() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c531 lua_pushinteger(L, upb_enumdef_numvals(e)); in lupb_enumdef_len()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1280 UPB_ASSERT(upb_enumdef_numvals(upb_fielddef_enumsubdef(f)) > 0); in upb_validate_field()
1329 if (upb_enumdef_numvals(e) == 0) { in upb_validate_enumdef()
1660 if (upb_enumdef_numvals(e) == 1) { in upb_enumdef_addval()
1683 int upb_enumdef_numvals(const upb_enumdef *e) { in upb_enumdef_numvals() function
1779 if (upb_enumdef_numvals(e) > 0) { in enumdefaultstr()
1806 if (upb_enumdef_numvals(e) > 0) { in enumdefaultint32()
8990 if (upb_enumdef_numvals(e) == 0) { in enum_endmsg()
Dupb.h2974 int upb_enumdef_numvals(const upb_enumdef *e);
3922 inline int EnumDef::value_count() const { return upb_enumdef_numvals(this); }