Home
last modified time | relevance | path

Searched refs:Int32Message (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java34 import protobuf_unittest.UnittestProto.Int32Message;
818 Int32Message msg3 = Int32Message.parseFrom(serialized); in testCompatibleTypes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs172 …fo(typeof(global::Google.Protobuf.TestProtos.Int32Message), global::Google.Protobuf.TestProtos.Int… in UnittestProto3Reflection()
4186 public sealed partial class Int32Message : pb::IMessage<Int32Message> { class
4187 … static readonly pb::MessageParser<Int32Message> _parser = new pb::MessageParser<Int32Message>(() …
4189 public static pb::MessageParser<Int32Message> Parser { get { return _parser; } }
4202 public Int32Message() { in Int32Message() method in Google.Protobuf.TestProtos.Int32Message
4209 public Int32Message(Int32Message other) : this() { in Int32Message() method in Google.Protobuf.TestProtos.Int32Message
4214 public Int32Message Clone() { in Clone()
4215 return new Int32Message(this); in Clone()
4231 return Equals(other as Int32Message); in Equals()
4235 public bool Equals(Int32Message other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto283 message Int32Message { message
Dwire_format_unittest.cc791 unittest::Int32Message msg4; in TEST()
Dunittest.proto606 message Int32Message { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests+Runtime.m155 @"Int32Message",
282 @"Int32Message",