Home
last modified time | relevance | path

Searched refs:upb_filedef_syntax (Results 1 – 9 of 9) 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/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c609 switch (upb_filedef_syntax(self->filedef)) { in FileDescriptor_syntax()
2234 if (upb_filedef_syntax(upb_def_file(self->defs[i])) == UPB_SYNTAX_PROTO3) { in Builder_finalize_to_pool()
2240 if (upb_filedef_syntax(upb_def_file(self->defs[i])) == UPB_SYNTAX_PROTO3) { in Builder_finalize_to_pool()
Dupb.h3271 upb_syntax_t upb_filedef_syntax(const upb_filedef *f);
Dupb.c3068 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()
/external/protobuf/php/ext/google/protobuf/
Dupb.h3865 upb_syntax_t upb_filedef_syntax(const upb_filedef *f);
3903 upb_syntax_t syntax() const { return upb_filedef_syntax(ptr_); } in syntax()
Dupb.c2712 upb_syntax_t upb_filedef_syntax(const upb_filedef *f) { in upb_filedef_syntax() function