Searched refs:TestAllTypesProto3 (Results 1 – 14 of 14) sorted by relevance
214 …TestAllTypesProto3), global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser, new[]{ "Option… in TestMessagesProto3Reflection()241 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> { class242 …eadonly pb::MessageParser<TestAllTypesProto3> _parser = new pb::MessageParser<TestAllTypesProto3>(…245 public static pb::MessageParser<TestAllTypesProto3> Parser { get { return _parser; } }258 public TestAllTypesProto3() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3265 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3412 public TestAllTypesProto3 Clone() { in Clone()413 return new TestAllTypesProto3(this); in Clone()586 …private global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage optionalNestedM…588 …public global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage OptionalNestedMe…[all …]
51 …ypeRegistry = TypeRegistry.FromMessages(ProtobufTestMessages.Proto3.TestAllTypesProto3.Descriptor); in Main()84 ProtobufTestMessages.Proto3.TestAllTypesProto3 message; in PerformRequest()94 … message = parser.Parse<ProtobufTestMessages.Proto3.TestAllTypesProto3>(request.JsonPayload); in PerformRequest()100 …message = ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser.ParseFrom(request.ProtobufPayload); in PerformRequest()
14 import com.google.protobuf_test_messages.proto3.TestMessagesProto3.TestAllTypesProto3;218 … testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto3.parser(), extensions); in doTest()237 TestMessagesProto3.TestAllTypesProto3.Builder builder = in doTest()238 TestMessagesProto3.TestAllTypesProto3.newBuilder(); in doTest()254 TestMessagesProto3.TestAllTypesProto3.Builder builder = in doTest()255 TestMessagesProto3.TestAllTypesProto3.newBuilder(); in doTest()342 TestMessagesProto3.TestAllTypesProto3.getDescriptor()).build(); in run()
47 using protobuf_test_messages::proto3::TestAllTypesProto3;134 TestAllTypesProto3 prototype; in ExpectParseFailure()158 TestAllTypesProto3 prototype; in RunValidTextFormatTest()185 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest()302 type_url: "type.googleapis.com/protobuf_test_messages.proto3.TestAllTypesProto3" in RunSuiteImpl()
54 using protobuf_test_messages::proto3::TestAllTypesProto3;162 TestAllTypesProto3().GetDescriptor() : TestAllTypesProto2().GetDescriptor(); in GetFieldForType()183 prototype.reset(new TestAllTypesProto3()); in NewTestMessage()320 TestAllTypesProto3 prototype; in RunValidJsonTest()334 const string& test_name, ConformanceLevel level, const TestAllTypesProto3& input, in RunValidJsonTestWithProtobufInput()346 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest()401 TestAllTypesProto3 prototype; in RunValidJsonTestWithValidator()444 TestAllTypesProto3 prototype; in ExpectParseFailureForJson()470 TestAllTypesProto3 payload_message; in ExpectSerializeFailureForJson()475 TestAllTypesProto3 prototype; in ExpectSerializeFailureForJson()[all …]
57 using protobuf_test_messages::proto3::TestAllTypesProto3;275 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
30 $test_message = new \Protobuf_test_messages\Proto3\TestAllTypesProto3();
53 const protobuf_test_messages::proto3::TestAllTypesProto3& input,
56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
124 test_messages_proto3_pb2.TestAllTypesProto3()
58 class TestAllTypesProto3; variable
76 if ([request.messageType isEqual:@"protobuf_test_messages.proto3.TestAllTypesProto3"]) {
111 // protobuf_test_messages.proto3.TestAllTypesProto3 or
63 message TestAllTypesProto3 { message66 TestAllTypesProto3 corecursive = 2;114 TestAllTypesProto3 recursive_message = 27;