Home
last modified time | relevance | path

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

/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/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()