Home
last modified time | relevance | path

Searched refs:upb_enumdef_numvals (Results 1 – 4 of 4) 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/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c531 lua_pushinteger(L, upb_enumdef_numvals(e)); in lupb_enumdef_len()