Searched refs:Int32Message (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 35 import protobuf_unittest.UnittestProto.Int32Message; 1158 Int32Message msg3 = Int32Message.parseFrom(inputStream); in testCompatibleTypes()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 180 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Int32Message), global::Google.Protobuf.TestProtos.Int32Message.Parser, new[]{ "Data" }, null, null, null, null), in UnittestProto3Reflection() 5897 public sealed partial class Int32Message : pb::IMessage<Int32Message> class 5902 private static readonly pb::MessageParser<Int32Message> _parser = new pb::MessageParser<Int32Message>(() => new Int32Message()); 5905 public static pb::MessageParser<Int32Message> Parser { get { return _parser; } } 5918 public Int32Message() { in Int32Message() method in Google.Protobuf.TestProtos.Int32Message 5925 public Int32Message(Int32Messag method in Google.Protobuf.TestProtos.Int32Message [all...] |
H A D | Unittest.cs | 714 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.Int32Message), global::Google.Protobuf.TestProtos.Proto2.Int32Message.Parser, new[]{ "Data" }, null, null, null, null), in UnittestReflection() 18088 public sealed partial class Int32Message : pb::IMessage<Int32Message> class 18093 private static readonly pb::MessageParser<Int32Message> _parser = new pb::MessageParser<Int32Message>(() => new Int32Message()); 18097 public static pb::MessageParser<Int32Message> Parser { get { return _parser; } } 18110 public Int32Message() { in Int32Message() method in Google.Protobuf.TestProtos.Proto2.Int32Message 18117 public Int32Message(Int32Messag method in Google.Protobuf.TestProtos.Proto2.Int32Message [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_unittest.cc | 878 unittest::Int32Message msg4; in TEST()
|
Completed in 48 milliseconds