Home
last modified time | relevance | path

Searched refs:MapInt32Bytes (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A 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()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs220 MapInt32Bytes = { in RoundTrip_Maps()
245 MapInt32Bytes = { { 0, ByteString.Empty } } in MapWithEmptyEntry()
258 Assert.AreEqual(1, parsed.MapInt32Bytes.Count); in MapWithEmptyEntry()
259 Assert.AreEqual(ByteString.Empty, parsed.MapInt32Bytes[0]); in MapWithEmptyEntry()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs154 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMap), global::Google.Protobuf.TestProtos.TestMap.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapInt32Bytes", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }), in MapUnittestProto3Reflection()
379 public pbc::MapField<int, pb::ByteString> MapInt32Bytes { property in Google.Protobuf.TestProtos.TestMap
430 if (!MapInt32Bytes.Equals(other.MapInt32Bytes)) return false; in Equals()
453 hash ^= MapInt32Bytes.GetHashCode(); in GetHashCode()

Completed in 6 milliseconds