/external/rust/crates/grpcio-sys/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 …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | TestMessagesProto3.cs | 214 …TestAllTypesProto3), 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/ |
D | Program.cs | 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()
|
/external/protobuf/conformance/ |
D | ConformanceJava.java | 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()
|
D | text_format_conformance_suite.cc | 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()
|
D | binary_json_conformance_suite.cc | 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 …]
|
D | conformance_cpp.cc | 57 using protobuf_test_messages::proto3::TestAllTypesProto3; 275 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
|
D | conformance_php.php | 30 $test_message = new \Protobuf_test_messages\Proto3\TestAllTypesProto3();
|
D | binary_json_conformance_suite.h | 53 const protobuf_test_messages::proto3::TestAllTypesProto3& input,
|
D | conformance_nodejs.js | 56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
|
D | conformance_python.py | 124 test_messages_proto3_pb2.TestAllTypesProto3()
|
D | conformance_test.h | 58 class TestAllTypesProto3; variable
|
D | conformance_objc.m | 76 if ([request.messageType isEqual:@"protobuf_test_messages.proto3.TestAllTypesProto3"]) {
|
D | conformance.proto | 111 // protobuf_test_messages.proto3.TestAllTypesProto3 or
|
/external/protobuf/src/google/protobuf/ |
D | test_messages_proto3.proto | 63 message TestAllTypesProto3 { message 66 TestAllTypesProto3 corecursive = 2; 114 TestAllTypesProto3 recursive_message = 27;
|