Home
last modified time | relevance | path

Searched refs:TestAllTypesProto3 (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs214TestAllTypesProto3), global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser, new[]{ "Option… in TestMessagesProto3Reflection()
241 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> { class
242 …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.TestAllTypesProto3
265 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
412 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 …]
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs51 …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()
/external/protobuf/conformance/
DConformanceJava.java14 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()
Dtext_format_conformance_suite.cc47 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()
Dbinary_json_conformance_suite.cc54 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 …]
Dconformance_cpp.cc57 using protobuf_test_messages::proto3::TestAllTypesProto3;
275 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
Dconformance_php.php30 $test_message = new \Protobuf_test_messages\Proto3\TestAllTypesProto3();
Dbinary_json_conformance_suite.h53 const protobuf_test_messages::proto3::TestAllTypesProto3& input,
Dconformance_nodejs.js56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
Dconformance_python.py124 test_messages_proto3_pb2.TestAllTypesProto3()
Dconformance_test.h58 class TestAllTypesProto3; variable
Dconformance_objc.m76 if ([request.messageType isEqual:@"protobuf_test_messages.proto3.TestAllTypesProto3"]) {
Dconformance.proto111 // protobuf_test_messages.proto3.TestAllTypesProto3 or
/external/protobuf/src/google/protobuf/
Dtest_messages_proto3.proto63 message TestAllTypesProto3 { message
66 TestAllTypesProto3 corecursive = 2;
114 TestAllTypesProto3 recursive_message = 27;