Home
last modified time | relevance | path

Searched refs:MapInt32ForeignMessage (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DMapUnittestProto3.cs399 …blic pbc::MapField<int, global::Google.Protobuf.TestProtos.ForeignMessage> MapInt32ForeignMessage { property in Google.Protobuf.TestProtos.TestMap
432 if (!MapInt32ForeignMessage.Equals(other.MapInt32ForeignMessage)) return false; in Equals()
455 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
1469 …blic pbc::MapField<int, global::Google.Protobuf.TestProtos.ForeignMessage> MapInt32ForeignMessage { property in Google.Protobuf.TestProtos.TestArenaMap
1500 if (!MapInt32ForeignMessage.Equals(other.MapInt32ForeignMessage)) return false; in Equals()
1521 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs222 MapInt32ForeignMessage = { in RoundTrip_Maps()
268 Assert.AreEqual(nestedMessage, parsed.MapInt32ForeignMessage[0]); in MapWithOnlyValue()
302 Assert.AreEqual(new ForeignMessage(), parsed.MapInt32ForeignMessage[key]); in MapWithOnlyKey_MessageValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs225 MapInt32ForeignMessage = { in RoundTrip_Maps()
282 Assert.AreEqual(nestedMessage, parsed.MapInt32ForeignMessage[0]); in MapWithOnlyValue()
326 Assert.AreEqual(new ForeignMessage(), parsed.MapInt32ForeignMessage[key]); in MapWithOnlyKey_MessageValue()