Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.h348 return descriptor->syntax() != FileDescriptor::SYNTAX_PROTO3; in SupportFieldPresence()
361 return descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in SupportUnknownEnumValue()
376 return descriptor->file()->syntax() != FileDescriptor::SYNTAX_PROTO3; in PreserveUnknownFields()
384 return descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3 || in CheckUtf8()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h169 return message->file()->syntax() != FileDescriptor::SYNTAX_PROTO3; in PreserveUnknownFields()
257 return file->syntax() != FileDescriptor::SYNTAX_PROTO3; in HasFieldPresence()
263 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
Dcpp_map_field.cc44 return file_descriptor->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsProto3Field()
Dcpp_helpers.cc622 if (field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GetUtf8CheckMode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h112 return file->syntax() != FileDescriptor::SYNTAX_PROTO3; in HasFieldPresence()
116 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in HasPreservingUnknownEnumSemantics()
Dobjectivec_file.cc545 case FileDescriptor::SYNTAX_PROTO3: in GenerateSource()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_generator.cc71 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && !IsDescriptorProto(file)) { in Generate()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h189 descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in IsMapEntry()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddynamic_message.cc676 if (type->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GetPrototypeNoLock()
687 if (type->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GetPrototypeNoLock()
Dwire_format.cc465 return field->file()->syntax() == FileDescriptor::SYNTAX_PROTO3; in StrictUtf8Check()
537 FileDescriptor::SYNTAX_PROTO3) { in ParseAndMergeField()
610 FileDescriptor::SYNTAX_PROTO3) { in ParseAndMergeField()
Dtype.proto179 SYNTAX_PROTO3 = 1; enumerator
Dtype.pb.h112 SYNTAX_PROTO3 = 1, enumerator
118 const Syntax Syntax_MAX = SYNTAX_PROTO3;
Ddescriptor.h1235 SYNTAX_PROTO3 = 3, enumerator
Dgenerated_message_reflection.cc257 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GetUnknownFields()
1287 return file->syntax() == FileDescriptor::SYNTAX_PROTO3; in CreateUnknownEnumValues()
Ddescriptor.cc148 case SYNTAX_PROTO3: in SyntaxName()
1733 if (syntax() == SYNTAX_PROTO3) proto->set_syntax(SyntaxName(syntax())); in CopyTo()
3886 file_->syntax_ = FileDescriptor::SYNTAX_PROTO3; in BuildFileImpl()
5131 if (file->syntax() == FileDescriptor::SYNTAX_PROTO3) { in ValidateFileOptions()
5231 field->enum_type()->file()->syntax() != FileDescriptor::SYNTAX_PROTO3) { in ValidateProto3Field()
Ddescriptor_unittest.cc484 EXPECT_EQ(FileDescriptor::SYNTAX_PROTO3, file->syntax()); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc298 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
317 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc484 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3) { in Generate()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc287 case FileDescriptor::SYNTAX_PROTO3: in StringifySyntax()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1383 if (field_descriptor->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in CheckAndGetInteger()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc1267 (field->file()->syntax() != FileDescriptor::SYNTAX_PROTO3); in HasFieldPresence()