/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | Syntax.php | 27 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 D | Syntax.php | 27 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 D | helpers.h | 409 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 D | helpers.h | 409 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 D | ruby_generator.cc | 81 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 D | ruby_generator.cc | 81 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/ |
D | servicemanagement_v1_messages.py | 55 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 D | helpers.h | 308 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 D | map_field.cc | 46 return file_descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3Field()
|
H A D | enum.cc | 126 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GenerateDefinition()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | helpers.h | 308 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 D | map_field.cc | 46 return file_descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3Field()
|
H A D | enum.cc | 126 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GenerateDefinition()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/ |
H A D | javanano_helpers.h | 189 descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsMapEntry()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/ |
D | type_.rs | 1257 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 D | proto_writer.cc | 295 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 D | proto_writer.cc | 295 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 D | mutator.cc | 90 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 D | objectivec_helpers.h | 146 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.h | 146 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 1891 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 D | conformance_test.cc | 130 FileDescriptor::SYNTAX_PROTO3 ? "Proto3" : "Proto2"; in GetTestName()
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 130 FileDescriptor::SYNTAX_PROTO3 ? "Proto3" : "Proto2"; in GetTestName()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | type.proto | 186 SYNTAX_PROTO3 = 1; enumerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | type.proto | 186 SYNTAX_PROTO3 = 1; enumerator
|