Home
last modified time | relevance | path

Searched refs:MapInt32Bytes (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs217 MapInt32Bytes = { in RoundTrip_Maps()
242 MapInt32Bytes = { { 0, ByteString.Empty } } in MapWithEmptyEntry()
249 Assert.AreEqual(1, parsed.MapInt32Bytes.Count); in MapWithEmptyEntry()
250 Assert.AreEqual(ByteString.Empty, parsed.MapInt32Bytes[0]); in MapWithEmptyEntry()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs352 public pbc::MapField<int, pb::ByteString> MapInt32Bytes { property in Google.Protobuf.TestProtos.TestMap
399 if (!MapInt32Bytes.Equals(other.MapInt32Bytes)) return false; in Equals()
421 hash ^= MapInt32Bytes.GetHashCode(); in GetHashCode()