Searched refs:MapInt32Bytes (Results 1 – 2 of 2) sorted by relevance
217 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()
352 public pbc::MapField<int, pb::ByteString> MapInt32Bytes { property in Google.Protobuf.TestProtos.TestMap399 if (!MapInt32Bytes.Equals(other.MapInt32Bytes)) return false; in Equals()421 hash ^= MapInt32Bytes.GetHashCode(); in GetHashCode()