Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/tests/bindings/lua/
Dtest_upb.lua25 local m = test_messages_proto3.TestAllTypesProto3
70 msg = test_messages_proto3.TestAllTypesProto3()
90 local msg2 = upb.decode(test_messages_proto3.TestAllTypesProto3, serialized)
97 local msg = test_messages_proto3.TestAllTypesProto3()
114 local msg = test_messages_proto3.TestAllTypesProto3()
118 local submsg = test_messages_proto3.TestAllTypesProto3.NestedMessage()
126 local submsg = test_messages_proto3.TestAllTypesProto3.NestedMessage()
168 upb.decode(test_messages_proto3.TestAllTypesProto3, serialized)
260 msg = test_messages_proto3.TestAllTypesProto3()
281 local msg2 = upb.decode(test_messages_proto3.TestAllTypesProto3, serialized)
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto3.cs235TestAllTypesProto3), global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Parser, new[]{ "Option… in TestMessagesProto3Reflection()
262 public sealed partial class TestAllTypesProto3 : pb::IMessage<TestAllTypesProto3> class
267 …eadonly pb::MessageParser<TestAllTypesProto3> _parser = new pb::MessageParser<TestAllTypesProto3>(…
270 public static pb::MessageParser<TestAllTypesProto3> Parser { get { return _parser; } }
283 public TestAllTypesProto3() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
290 public TestAllTypesProto3(TestAllTypesProto3 other) : this() { in TestAllTypesProto3() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
465 public TestAllTypesProto3 Clone() { in Clone()
466 return new TestAllTypesProto3(this); in Clone()
639 …private global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage optionalNestedM…
641 …public global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage OptionalNestedMe…
[all …]
/third_party/protobuf/conformance/
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()
304 type_url: "type.googleapis.com/protobuf_test_messages.proto3.TestAllTypesProto3" in RunSuiteImpl()
318 TestAllTypesProto3 prototype; in RunSuiteImpl()
DConformanceJava.java44 import com.google.protobuf_test_messages.proto3.TestMessagesProto3.TestAllTypesProto3;
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()
Dbinary_json_conformance_suite.cc55 using protobuf_test_messages::proto3::TestAllTypesProto3;
231 TestAllTypesProto3().GetDescriptor() : TestAllTypesProto2().GetDescriptor(); in GetFieldForType()
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_message; in ExpectSerializeFailureForJson()
[all …]
Dconformance_cpp.cc56 using protobuf_test_messages::proto3::TestAllTypesProto3;
255 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
Dconformance_php.php30 $test_message = new \Protobuf_test_messages\Proto3\TestAllTypesProto3();
Dconformance_nodejs.js56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
Dconformance_python.py121 test_messages_proto3_pb2.TestAllTypesProto3()
Dbinary_json_conformance_suite.h61 const protobuf_test_messages::proto3::TestAllTypesProto3& input,
Dconformance_test.h57 class TestAllTypesProto3; variable
Dconformance_objc.m77 if ([request.messageType isEqual:@"protobuf_test_messages.proto3.TestAllTypesProto3"]) {
Dconformance.proto111 // protobuf_test_messages.proto3.TestAllTypesProto3 or
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dtest_all_types_proto3.js15 class TestAllTypesProto3 { class
45 const msg = new TestAllTypesProto3();
125 18, (accessor) => new TestAllTypesProto3(accessor));
215 48, (accessor) => new TestAllTypesProto3(accessor));
310 exports = TestAllTypesProto3;
Dconformance_testee.js6 const TestAllTypesProto3 = goog.require('proto.conformance.TestAllTypesProto3'); constant
74 TestAllTypesProto3.deserialize(request.getProtobufPayload());
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
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/src/google/protobuf/
Dtest_messages_proto3.proto64 message TestAllTypesProto3 { message
67 TestAllTypesProto3 corecursive = 2;
115 TestAllTypesProto3 recursive_message = 27;