Home
last modified time | relevance | path

Searched refs:SYNTAX_PROTO3 (Results 1 – 25 of 215) sorted by relevance

123456789

/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DSyntax.php27 const SYNTAX_PROTO3 = 1; define in Google\\Protobuf\\Syntax
31 self::SYNTAX_PROTO3 => 'SYNTAX_PROTO3',
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DSyntax.php27 const SYNTAX_PROTO3 = 1; define in Google\\Protobuf\\Syntax
31 self::SYNTAX_PROTO3 => 'SYNTAX_PROTO3',
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Dhelpers.h409 return descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in SupportUnknownEnumValue()
413 return field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in SupportUnknownEnumValue()
436 return descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3 || in CheckUtf8()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dhelpers.h409 return descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in SupportUnknownEnumValue()
413 return field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in SupportUnknownEnumValue()
436 return descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3 || in CheckUtf8()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc81 field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in LabelForField()
120 case FileDescriptor::SYNTAX_PROTO3: in StringifySyntax()
559 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && in Generate()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc81 field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in LabelForField()
120 case FileDescriptor::SYNTAX_PROTO3: in StringifySyntax()
559 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && in Generate()
/aosp_15_r20/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_messages.py55 SYNTAX_PROTO3 = 1 variable in Api.SyntaxValueValuesEnum
825 SYNTAX_PROTO3 = 1 variable in Enum.SyntaxValueValuesEnum
1308 SYNTAX_PROTO3 = 1 variable in Method.SyntaxValueValuesEnum
3257 SYNTAX_PROTO3 = 1 variable in Type.SyntaxValueValuesEnum
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.h308 return message->file()->syntax() != FileDescriptor::SYNTAX_PROTO3; in PublicUnknownFieldsAccessors()
455 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3()
477 return field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
H A Dmap_field.cc46 return file_descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3Field()
H A Denum.cc126 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GenerateDefinition()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.h308 return message->file()->syntax() != FileDescriptor::SYNTAX_PROTO3; in PublicUnknownFieldsAccessors()
455 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3()
477 return field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
H A Dmap_field.cc46 return file_descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3Field()
H A Denum.cc126 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GenerateDefinition()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.h189 descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsMapEntry()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dtype_.rs1257 SYNTAX_PROTO3 = 1, enumerator
1270 1 => ::std::option::Option::Some(Syntax::SYNTAX_PROTO3), in from_i32()
1277 Syntax::SYNTAX_PROTO3,
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc295 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
314 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc295 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
314 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
/aosp_15_r20/external/libprotobuf-mutator/src/
H A Dmutator.cc90 assert(field.file()->syntax() == FileDescriptor::SYNTAX_PROTO3 || in IsProto3SimpleField()
92 return field.file()->syntax() == FileDescriptor::SYNTAX_PROTO3 && in IsProto3SimpleField()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h146 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h146 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dtype_pb.rs1891 SYNTAX_PROTO3 = 1, enumerator
1902 1 => ::std::option::Option::Some(Syntax::SYNTAX_PROTO3), in from_i32()
1910 Syntax::SYNTAX_PROTO3, in values()
/aosp_15_r20/external/protobuf/conformance/
H A Dconformance_test.cc130 FileDescriptor::SYNTAX_PROTO3 ? "Proto3" : "Proto2"; in GetTestName()
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_test.cc130 FileDescriptor::SYNTAX_PROTO3 ? "Proto3" : "Proto2"; in GetTestName()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dtype.proto186 SYNTAX_PROTO3 = 1; enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtype.proto186 SYNTAX_PROTO3 = 1; enumerator

123456789