Home
last modified time | relevance | path

Searched refs:TestAllTypesProto2 (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs53 ProtobufTestMessages.Proto2.TestAllTypesProto2.Descriptor); in Main()
89 ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrectExtension1.Extensions.MessageSetExtension, in PerformRequest()
90 ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrectExtension2.Extensions.MessageSetExtension in PerformRequest()
108 case "protobuf_test_messages.proto2.TestAllTypesProto2": in PerformRequest()
109 message = parser.Parse<ProtobufTestMessages.Proto2.TestAllTypesProto2>(request.JsonPayload); in PerformRequest()
121 case "protobuf_test_messages.proto2.TestAllTypesProto2": in PerformRequest()
122 message = ProtobufTestMessages.Proto2.TestAllTypesProto2.Parser in PerformRequest()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs210 new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2), global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Parser, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalNestedMessage", "OptionalForeignMessage", "OptionalNestedEnum", "OptionalForeignEnum", "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", "Data", "Fieldname1", "FieldName2", "FieldName3", "FieldName4", "Field0Name5", "Field0Name6", "FieldName7", "FieldName8", "FieldName9", "FieldName10", "FIELDNAME11", "FIELDName12", "FieldName13", "FieldName14", "FieldName15", "FieldName16", "FieldName17", "FieldName18" }, new[]{ "OneofField" }, new[]{ typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage), global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage.Parser, new[]{ "A", "Corecursive" }, null, null, null, null), in TestMessagesProto2Reflection()
211 null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data), global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data.Parser, new[]{ "GroupInt32", "GroupUint32" }, null, null, null, null), in TestMessagesProto2Reflection()
212 new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect), global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect.Parser, null, null, null, null, null), in TestMessagesProto2Reflection()
213 new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufTestMessages.Proto2.TestAllTypesProto2 in TestMessagesProto2Reflection()
247 public sealed partial class TestAllTypesProto2 : pb::IExtendableMessage<TestAllTypesProto2> global() class
272 public TestAllTypesProto2() { TestAllTypesProto2() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
279 public TestAllTypesProto2(TestAllTypesProto2 other) : this() { TestAllTypesProto2() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
[all...]
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
H A Dconformance_testee.js5 const TestAllTypesProto2 = goog.require('proto.conformance.TestAllTypesProto2');
61 'protobuf_test_messages.proto2.TestAllTypesProto2') {
64 TestAllTypesProto2.deserialize(request.getProtobufPayload());
/third_party/protobuf/conformance/
H A DConformanceJava.java42 import com.google.protobuf_test_messages.proto2.TestMessagesProto2.TestAllTypesProto2;
242 request.getMessageType().equals("protobuf_test_messages.proto2.TestAllTypesProto2"); in doTest()
258 testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto2.parser(), extensions); in doTest()
280 TestMessagesProto2.TestAllTypesProto2.Builder builder = in doTest()
281 TestMessagesProto2.TestAllTypesProto2.newBuilder(); in doTest()
306 TestMessagesProto2.TestAllTypesProto2.Builder builder = in doTest()
307 TestMessagesProto2.TestAllTypesProto2.newBuilder(); in doTest()
H A Dconformance_python.py64 hack_proto = test_messages_proto2_pb2.TestAllTypesProto2()
115 isProto2 = (request.message_type == "protobuf_test_messages.proto2.TestAllTypesProto2")
120 test_message = test_messages_proto2_pb2.TestAllTypesProto2() if isProto2 else \
H A Dtext_format_conformance_suite.cc46 using proto2_messages::TestAllTypesProto2;
166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2()
H A Dconformance_nodejs.js62 } else if (request.getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2"){
64 testMessage = test_messages_proto2.TestAllTypesProto2.deserializeBinary(
H A Dbinary_json_conformance_suite.cc54 using proto2_messages::TestAllTypesProto2;
231 TestAllTypesProto3().GetDescriptor() : TestAllTypesProto2().GetDescriptor();
262 : TestAllTypesProto2().GetDescriptor(); in GetFieldForMapType()
287 : TestAllTypesProto2().GetDescriptor(); in GetFieldForOneofType()
314 prototype.reset(new TestAllTypesProto2()); in NewTestMessage()
1531 TestAllTypesProto2 messageProto2; in RunSuiteImpl()
2334 TestAllTypesProto2 messageProto2;
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs958 var parsed = TestAllTypesProto2.Parser.ParseJson(json); in Proto2_DefaultValuesPreserved()

Completed in 13 milliseconds