Home
last modified time | relevance | path

Searched refs:Proto3 (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs12 namespace ProtobufTestMessages.Proto3 {
234 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::ProtobufTestMessages.Proto3.ForeignEnum), }, null, new pbr::GeneratedClrTypeInfo[] { in TestMessagesProto3Reflection()
235 new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto3.TestAllTypesProto3), global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalNestedMessage", "OptionalForeignMessage", "OptionalNestedEnum", "OptionalForeignEnum", "OptionalAliasedEnum", "OptionalStringPiece", "OptionalCord", "RecursiveMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedStringPiece", "RepeatedCord", "PackedInt32", "PackedInt64", "PackedUint32", "PackedUint64", "PackedSint32", "PackedSint64", "PackedFixed32", "PackedFixed64", "PackedSfixed32", "PackedSfixed64", "PackedFloat", "PackedDouble", "PackedBool", "PackedNestedEnum", "UnpackedInt32", "UnpackedInt64", "UnpackedUint32", "UnpackedUint64", "UnpackedSint32", "UnpackedSint64", "UnpackedFixed32", "UnpackedFixed64", "UnpackedSfixed32", "UnpackedSfixed64", "UnpackedFloat", "UnpackedDouble", "UnpackedBool", "UnpackedNestedEnum", "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapStringBytes", "MapStringNestedMessage", "MapStringForeignMessage", "MapStringNestedEnum", "MapStringForeignEnum", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes", "OneofBool", "OneofUint64", "OneofFloat", "OneofDouble", "OneofEnum", "OptionalBoolWrapper", "OptionalInt32Wrapper", "OptionalInt64Wrapper", "OptionalUint32Wrapper", "OptionalUint64Wrapper", "OptionalFloatWrapper", "OptionalDoubleWrapper", "OptionalStringWrapper", "OptionalBytesWrapper", "RepeatedBoolWrapper", "RepeatedInt32Wrapper", "RepeatedInt64Wrapper", "RepeatedUint32Wrapper", "RepeatedUint64Wrapper", "RepeatedFloatWrapper", "RepeatedDoubleWrapper", "RepeatedStringWrapper", "RepeatedBytesWrapper", "OptionalDuration", "OptionalTimestamp", "OptionalFieldMask", "OptionalStruct", "OptionalAny", "OptionalValue", "RepeatedDuration", "RepeatedTimestamp", "RepeatedFieldmask", "RepeatedStruct", "RepeatedAny", "RepeatedValue", "RepeatedListValue", "Fieldname1", "FieldName2", "FieldName3", "FieldName4", "Field0Name5", "Field0Name6", "FieldName7", "FieldName8", "FieldName9", "FieldName10", "FIELDNAME11", "FIELDName12", "FieldName13", "FieldName14", "FieldName15", "FieldName16", "FieldName17", "FieldName18" }, new[]{ "OneofField" }, new[]{ typeof(global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum), typeof(global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.AliasedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage), global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage.Parser, new[]{ "A", "Corecursive" }, null, null, null, null), in TestMessagesProto3Reflection()
237 new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto3.ForeignMessage), global::ProtobufTestMessages.Proto3 in TestMessagesProto3Reflection()
[all...]
/third_party/protobuf/conformance/
H A Dconformance_ruby.rb40 test_message = ProtobufTestMessages::Proto3::TestAllTypesProto3.new
48 test_message = ProtobufTestMessages::Proto3::TestAllTypesProto3.decode(
63 test_message = ProtobufTestMessages::Proto3::TestAllTypesProto3.decode_json(
H A Dconformance_php.php9 require_once("Protobuf_test_messages/Proto3/ForeignMessage.php");
10 require_once("Protobuf_test_messages/Proto3/ForeignEnum.php");
11 require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3.php");
12 require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/AliasedEnum.php");
13 require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/NestedMessage.php");
14 require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/NestedEnum.php");
30 $test_message = new \Protobuf_test_messages\Proto3\TestAllTypesProto3();
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs52 ProtobufTestMessages.Proto3.TestAllTypesProto3.Descriptor, in Main()
106 message = parser.Parse<ProtobufTestMessages.Proto3.TestAllTypesProto3>(request.JsonPayload); in PerformRequest()
119 message = ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser.ParseFrom(request.ProtobufPayload); in PerformRequest()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkMessage1Proto3.cs12 namespace Benchmarks.Proto3 {
59 new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1), global::Benchmarks.Proto3.GoogleMessage1.Parser, new[]{ "Field1", "Field9", "Field18", "Field80", "Field81", "Field2", "Field3", "Field280", "Field6", "Field22", "Field4", "Field5", "Field59", "Field7", "Field16", "Field130", "Field12", "Field17", "Field13", "Field14", "Field104", "Field100", "Field101", "Field102", "Field103", "Field29", "Field30", "Field60", "Field271", "Field272", "Field150", "Field23", "Field24", "Field25", "Field15", "Field78", "Field67", "Field68", "Field128", "Field129", "Field131" }, null, null, null, null), in BenchmarkMessage1Proto3Reflection()
60 new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1SubMessage), global::Benchmarks.Proto3.GoogleMessage1SubMessage.Parser, new[]{ "Field1", "Field2", "Field3", "Field15", "Field12", "Field13", "Field14", "Field16", "Field19", "Field20", "Field28", "Field21", "Field22", "Field23", "Field206", "Field203", "Field204", "Field205", "Field207", "Field300" }, null, null, null, null) in BenchmarkMessage1Proto3Reflection()
79 get { return global::Benchmarks.Proto3.BenchmarkMessage1Proto3Reflection.Descriptor.MessageTypes[0]; }
520 private global::Benchmarks.Proto3.GoogleMessage1SubMessage field15_;
522 public global::Benchmarks.Proto3.GoogleMessage1SubMessage Field15 {
1286 Field15 = new global::Benchmarks.Proto3.GoogleMessage1SubMessage(); in MergeFrom()
1369 Field15 = new global::Benchmarks.Proto3 in MergeFrom()
[all...]
H A DParseMessagesBenchmark.cs40 using Benchmarks.Proto3;
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs55 /// Proto3 syntax
57 Proto3, enumerator
116 Syntax = Syntax.Proto3; in FileDescriptor()
H A DFieldDescriptor.cs232 if (File.Syntax != Syntax.Proto3)
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DMessageExtensions.cs187 if (message.Descriptor.File.Syntax == Syntax.Proto3) in IsInitialized()
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc289 TEST_F(DynamicMessageTest, Proto3) { in TEST_F()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs417 foreach (var descriptor in ProtobufTestMessages.Proto3.TestMessagesProto3Reflection.Descriptor.MessageTypes) in SyntheticOneofReflection()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs88 [pbr::OriginalName("SYNTAX_PROTO3")] Proto3 = 1, enumerator

Completed in 13 milliseconds