Home
last modified time | relevance | path

Searched refs:upb_FileDef_Syntax (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Dfield_def.c615 upb_FileDef_Syntax(f->file) == kUpb_Syntax_Proto3) { in _upb_FieldDef_Create()
652 upb_FileDef_Syntax(f->file) == kUpb_Syntax_Proto3; in _upb_FieldDef_Create()
658 (upb_FileDef_Syntax(f->file) == kUpb_Syntax_Proto2)); in _upb_FieldDef_Create()
899 if (upb_FileDef_Syntax(f->file) == kUpb_Syntax_Proto3) { in resolve_default()
Dfile_def.h57 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f);
Denum_value_def.c136 if (upb_FileDef_Syntax(ctx->file) == kUpb_Syntax_Proto3 && n > 0 && in _upb_EnumValueDefs_New()
Dmessage_def.c170 return upb_FileDef_Syntax(m->file); in upb_MessageDef_Syntax()
510 if (upb_FileDef_Syntax(m->file) == kUpb_Syntax_Proto3) { in _upb_MessageDef_Modifiers()
Denum_def.c247 (upb_FileDef_Syntax(e->file) == kUpb_Syntax_Proto2); in create_enumdef()
Dfile_def.c86 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f) { return f->syntax; } in upb_FileDef_Syntax() function
Ddef.hpp468 upb_Syntax syntax() const { return upb_FileDef_Syntax(ptr_); } in syntax()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto.c508 if (upb_FileDef_Syntax(f) == kUpb_Syntax_Editions) { in filedef_toproto()
512 if (upb_FileDef_Syntax(f) == kUpb_Syntax_Proto3) { in filedef_toproto()
514 } else if (upb_FileDef_Syntax(f) == kUpb_Syntax_Editions) { in filedef_toproto()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dfile_def.h40 UPB_API upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f);
H A Denum_value_def.c122 upb_FileDef_Syntax(upb_EnumDef_File(e)) == kUpb_Syntax_Proto2) { in _upb_EnumValueDef_CheckZeroValue()
H A Dfield_def.c604 upb_Syntax syntax = upb_FileDef_Syntax(f->file); in _upb_FieldDef_Create()
964 if (upb_FileDef_Syntax(f->file) == kUpb_Syntax_Proto3) { in resolve_default()
H A Ddef.hpp470 upb_Syntax syntax() const { return upb_FileDef_Syntax(ptr_); } in syntax()
H A Dfile_def.c97 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f) { return f->syntax; } in upb_FileDef_Syntax() function
H A Dmessage_def.c172 return upb_FileDef_Syntax(m->file); in upb_MessageDef_Syntax()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/internal/
H A Ddef_builder.c396 upb_FileDef_Syntax(ctx->file) != kUpb_Syntax_Editions) { in UPB_DESC()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dconvert.c201 if (upb_FileDef_Syntax(upb_EnumDef_File(e)) == kUpb_Syntax_Proto2 && in PyUpb_PyToUpbEnum()
Ddescriptor.c1260 upb_FileDef_Syntax(self->def) == kUpb_Syntax_Proto2 ? "proto2" : "proto3"; in PyUpb_FileDescriptor_GetSyntax()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto.c536 if (upb_FileDef_Syntax(f) == kUpb_Syntax_Proto3) { in filedef_toproto()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c681 lua_pushnumber(L, upb_FileDef_Syntax(f)); in lupb_FileDef_Syntax()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c496 switch (upb_FileDef_Syntax(self->filedef)) { in FileDescriptor_syntax()
H A Druby-upb.h5874 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f);
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c496 switch (upb_FileDef_Syntax(self->filedef)) { in FileDescriptor_syntax()
H A Druby-upb.h5874 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f);
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h5644 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f);
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h5644 upb_Syntax upb_FileDef_Syntax(const upb_FileDef* f);

12