Searched refs:Int64Message (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 36 import protobuf_unittest.UnittestProto.Int64Message; 1147 Int64Message message = Int64Message.newBuilder().setData(data).build(); in testCompatibleTypes()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 182 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Int64Message), global::Google.Protobuf.TestProtos.Int64Message.Parser, new[]{ "Data" }, null, null, null, null), in UnittestProto3Reflection() 6241 public sealed partial class Int64Message : pb::IMessage<Int64Message> class 6246 private static readonly pb::MessageParser<Int64Message> _parser = new pb::MessageParser<Int64Message>(() => new Int64Message()); 6249 public static pb::MessageParser<Int64Message> Parser { get { return _parser; } } 6262 public Int64Message() { in Int64Message() method in Google.Protobuf.TestProtos.Int64Message 6269 public Int64Message(Int64Messag method in Google.Protobuf.TestProtos.Int64Message [all...] |
H A D | Unittest.cs | 716 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.Int64Message), global::Google.Protobuf.TestProtos.Proto2.Int64Message.Parser, new[]{ "Data" }, null, null, null, null), in UnittestReflection() 18462 public sealed partial class Int64Message : pb::IMessage<Int64Message> class 18467 private static readonly pb::MessageParser<Int64Message> _parser = new pb::MessageParser<Int64Message>(() => new Int64Message()); 18471 public static pb::MessageParser<Int64Message> Parser { get { return _parser; } } 18484 public Int64Message() { in Int64Message() method in Google.Protobuf.TestProtos.Proto2.Int64Message 18491 public Int64Message(Int64Messag method in Google.Protobuf.TestProtos.Proto2.Int64Message [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_unittest.cc | 862 unittest::Int64Message msg1; in TEST()
|
Completed in 73 milliseconds