/third_party/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 25 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/ |
D | TestMessagesProto3.cs | 235 …TestAllTypesProto3), 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/ |
D | text_format_conformance_suite.cc | 48 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()
|
D | ConformanceJava.java | 44 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()
|
D | binary_json_conformance_suite.cc | 55 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 …]
|
D | conformance_cpp.cc | 56 using protobuf_test_messages::proto3::TestAllTypesProto3; 255 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
|
D | conformance_php.php | 30 $test_message = new \Protobuf_test_messages\Proto3\TestAllTypesProto3();
|
D | conformance_nodejs.js | 56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
|
D | conformance_python.py | 121 test_messages_proto3_pb2.TestAllTypesProto3()
|
D | binary_json_conformance_suite.h | 61 const protobuf_test_messages::proto3::TestAllTypesProto3& input,
|
D | conformance_test.h | 57 class TestAllTypesProto3; variable
|
D | conformance_objc.m | 77 if ([request.messageType isEqual:@"protobuf_test_messages.proto3.TestAllTypesProto3"]) {
|
D | conformance.proto | 111 // protobuf_test_messages.proto3.TestAllTypesProto3 or
|
/third_party/protobuf/js/experimental/runtime/kernel/conformance/ |
D | test_all_types_proto3.js | 15 class TestAllTypesProto3 { class 45 const msg = new TestAllTypesProto3(); 125 18, (accessor) => new TestAllTypesProto3(accessor)); 215 48, (accessor) => new TestAllTypesProto3(accessor)); 310 exports = TestAllTypesProto3;
|
D | conformance_testee.js | 6 const TestAllTypesProto3 = goog.require('proto.conformance.TestAllTypesProto3'); constant 74 TestAllTypesProto3.deserialize(request.getProtobufPayload());
|
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Program.cs | 52 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/ |
D | test_messages_proto3.proto | 64 message TestAllTypesProto3 { message 67 TestAllTypesProto3 corecursive = 2; 115 TestAllTypesProto3 recursive_message = 27;
|