Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp368 upb_syntax_t syntax() const { return upb_filedef_syntax(ptr_); } in syntax()
Ddef.h273 upb_syntax_t upb_filedef_syntax(const upb_filedef *f);
Ddef.c799 upb_syntax_t upb_filedef_syntax(const upb_filedef *f) { in upb_filedef_syntax() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c680 lua_pushnumber(L, upb_filedef_syntax(f)); in lupb_filedef_syntax()