Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h278 const upb_msgdef *upb_filedef_msg(const upb_filedef *f, int i);
Ddef.c819 const upb_msgdef *upb_filedef_msg(const upb_filedef *f, int i) { in upb_filedef_msg() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c648 const upb_msgdef *m = upb_filedef_msg(f, index); in lupb_filedef_msg()
/external/protobuf/php/ext/google/protobuf/
Ddef.c950 const upb_msgdef *msgdef = upb_filedef_msg(file, i); in internal_add_generated_file()
Dupb.h3870 const upb_msgdef *upb_filedef_msg(const upb_filedef *f, int i);
Dupb.c2732 const upb_msgdef *upb_filedef_msg(const upb_filedef *f, int i) { in upb_filedef_msg() function