Home
last modified time | relevance | path

Searched refs:upb_msgdef_oneofcount (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp272 OneofIter end() { return OneofIter(md_, upb_msgdef_oneofcount(md_)); } in end()
Ddef.h178 int upb_msgdef_oneofcount(const upb_msgdef *m);
Ddef.c618 int upb_msgdef_oneofcount(const upb_msgdef *m) { in upb_msgdef_oneofcount() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c336 lua_pushinteger(L, upb_msgdef_oneofcount(m)); in lupb_msgdef_oneofcount()
464 if (*index == upb_msgdef_oneofcount(m)) return 0; in lupb_msgoneofiter_next()