Home
last modified time | relevance | path

Searched refs:upb_msgdef_numoneofs (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp183 int oneof_count() const { return upb_msgdef_numoneofs(ptr_); } in oneof_count()
Ddef.h220 int upb_msgdef_numoneofs(const upb_msgdef *m);
Ddef.c606 int upb_msgdef_numoneofs(const upb_msgdef *m) { in upb_msgdef_numoneofs() function