Home
last modified time | relevance | path

Searched refs:TestAllTypesProto3 (Results 1 - 13 of 13) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs235 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()
262 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> class
267 private static readonly pb::MessageParser<TestAllTypesProto3> _parser = new pb::MessageParser<TestAllTypesProto3>(()
283 public TestAllTypesProto3() { TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
290 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
[all...]
/third_party/protobuf/conformance/
H A Dconformance_ruby.rb40 test_message = ProtobufTestMessages::Proto3::TestAllTypesProto3.new
46 if request.message_type.eql?('protobuf_test_messages.proto3.TestAllTypesProto3')
48 test_message = ProtobufTestMessages::Proto3::TestAllTypesProto3.decode(
63 test_message = ProtobufTestMessages::Proto3::TestAllTypesProto3.decode_json(
H A Dtext_format_conformance_suite.cc48 using protobuf_test_messages::proto3::TestAllTypesProto3;
135 TestAllTypesProto3 prototype; in ExpectParseFailure()
160 TestAllTypesProto3 prototype; in RunValidTextFormatTest()
187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest()
296 [type.googleapis.com/protobuf_test_messages.proto3.TestAllTypesProto3] { in RunSuiteImpl()
304 type_url: "type.googleapis.com/protobuf_test_messages.proto3.TestAllTypesProto3" in RunSuiteImpl()
318 TestAllTypesProto3 prototype; in RunSuiteImpl()
H A DConformanceJava.java44 import com.google.protobuf_test_messages.proto3.TestMessagesProto3.TestAllTypesProto3;
240 request.getMessageType().equals("protobuf_test_messages.proto3.TestAllTypesProto3"); in doTest()
250 testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto3.parser(), extensions); in doTest()
275 TestMessagesProto3.TestAllTypesProto3.Builder builder = in doTest()
276 TestMessagesProto3.TestAllTypesProto3.newBuilder(); in doTest()
295 TestMessagesProto3.TestAllTypesProto3.Builder builder = in doTest()
296 TestMessagesProto3.TestAllTypesProto3.newBuilder(); in doTest()
383 TestMessagesProto3.TestAllTypesProto3.getDescriptor()).build(); in run()
H A Dbinary_json_conformance_suite.cc55 using protobuf_test_messages::proto3::TestAllTypesProto3;
231 TestAllTypesProto3().GetDescriptor() : TestAllTypesProto2().GetDescriptor();
261 const Descriptor* d = is_proto3 ? TestAllTypesProto3().GetDescriptor() in GetFieldForMapType()
286 const Descriptor* d = is_proto3 ? TestAllTypesProto3().GetDescriptor() in GetFieldForOneofType()
312 prototype.reset(new TestAllTypesProto3()); in NewTestMessage()
478 TestAllTypesProto3 prototype; in RunValidJsonTest()
492 const string& test_name, ConformanceLevel level, const TestAllTypesProto3& input, in RunValidJsonTestWithProtobufInput()
504 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest()
609 TestAllTypesProto3 prototype; in ExpectParseFailureForJson()
634 TestAllTypesProto3 payload_messag in ExpectSerializeFailureForJson()
[all...]
H A Dconformance_cpp.cc56 using protobuf_test_messages::proto3::TestAllTypesProto3;
255 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
H A Dconformance_php.php11 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();
36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") {
H A Dbinary_json_conformance_suite.h61 const protobuf_test_messages::proto3::TestAllTypesProto3& input,
H A Dconformance_nodejs.js54 if (request.getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") {
56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
H A Dconformance_python.py113 isProto3 = (request.message_type == "protobuf_test_messages.proto3.TestAllTypesProto3")
121 test_messages_proto3_pb2.TestAllTypesProto3()
H A Dconformance_test.h57 class TestAllTypesProto3;
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs52 ProtobufTestMessages.Proto3.TestAllTypesProto3.Descriptor, in Main()
105 case "protobuf_test_messages.proto3.TestAllTypesProto3": in PerformRequest()
106 message = parser.Parse<ProtobufTestMessages.Proto3.TestAllTypesProto3>(request.JsonPayload); in PerformRequest()
118 case "protobuf_test_messages.proto3.TestAllTypesProto3": in PerformRequest()
119 message = ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser.ParseFrom(request.ProtobufPayload); in PerformRequest()
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
H A Dconformance_testee.js6 const TestAllTypesProto3 = goog.require('proto.conformance.TestAllTypesProto3');
71 'protobuf_test_messages.proto3.TestAllTypesProto3') {
74 TestAllTypesProto3.deserialize(request.getProtobufPayload());

Completed in 13 milliseconds