Home
last modified time | relevance | path

Searched refs:SYNTAX_PROTO2 (Results 1 – 12 of 12) sorted by relevance

/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_messages.py54 SYNTAX_PROTO2 = 0 variable in Api.SyntaxValueValuesEnum
824 SYNTAX_PROTO2 = 0 variable in Enum.SyntaxValueValuesEnum
1307 SYNTAX_PROTO2 = 0 variable in Method.SyntaxValueValuesEnum
3254 SYNTAX_PROTO2 = 0 variable in Type.SyntaxValueValuesEnum
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h313 return descriptor->syntax() == FileDescriptor::SYNTAX_PROTO2; in ExposePublicParser()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_file.cc316 case FileDescriptor::SYNTAX_PROTO2: in GenerateSource()
/external/protobuf/src/google/protobuf/
Dtype.proto177 SYNTAX_PROTO2 = 0; enumerator
Dtype.pb.h111 SYNTAX_PROTO2 = 0, enumerator
117 const Syntax Syntax_MIN = SYNTAX_PROTO2;
Ddescriptor.h1228 SYNTAX_PROTO2 = 2, enumerator
Ddescriptor.cc146 case SYNTAX_PROTO2: in SyntaxName()
2625 if (file_->syntax() == FileDescriptor::SYNTAX_PROTO2) { in is_packed()
3578 placeholder->syntax_ = FileDescriptor::SYNTAX_PROTO2; in NewPlaceholderFile()
3787 if (existing_file->syntax() == FileDescriptor::SYNTAX_PROTO2 && in ExistingFileMatchesProto()
3878 file_->syntax_ = FileDescriptor::SYNTAX_PROTO2; in BuildFileImpl()
Ddescriptor_unittest.cc474 EXPECT_EQ(FileDescriptor::SYNTAX_PROTO2, file->syntax()); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc377 if (import->syntax() == FileDescriptor::SYNTAX_PROTO2) { in MaybeEmitDependency()
/external/libprotobuf-mutator/src/
Dmutator.cc81 field.file()->syntax() == FileDescriptor::SYNTAX_PROTO2); in IsProto3SimpleField()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc279 case FileDescriptor::SYNTAX_PROTO2: in StringifySyntax()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1667 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO2 && in GenerateTypeRegistrations()