Home
last modified time | relevance | path

Searched refs:upb_filedef_msgcount (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h275 int upb_filedef_msgcount(const upb_filedef *f);
Ddef.c803 int upb_filedef_msgcount(const upb_filedef *f) { in upb_filedef_msgcount() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c655 lua_pushnumber(L, upb_filedef_msgcount(f)); in lupb_filedef_msgcount()
/external/protobuf/php/ext/google/protobuf/
Ddef.c949 for (i = 0; i < upb_filedef_msgcount(file); i++) { in internal_add_generated_file()
Dupb.h3867 int upb_filedef_msgcount(const upb_filedef *f);
Dupb.c2716 int upb_filedef_msgcount(const upb_filedef *f) { in upb_filedef_msgcount() function