Home
last modified time | relevance | path

Searched refs:MapStringString (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs81 … var mapMessage = new TestMap { MapStringString = { { "key1", "value1" }, { "key2", "value2" } } }; in GetValue()
84 Assert.AreEqual(mapMessage.MapStringString, dictionary); in GetValue()
115 … var mapMessage = new TestMap { MapStringString = { { "key1", "value1" }, { "key2", "value2" } } }; in Clear()
118 Assert.AreEqual(0, mapMessage.MapStringString.Count); in Clear()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs85 … var mapMessage = new TestMap { MapStringString = { { "key1", "value1" }, { "key2", "value2" } } }; in GetValue()
88 Assert.AreEqual(mapMessage.MapStringString, dictionary); in GetValue()
306 … var mapMessage = new TestMap { MapStringString = { { "key1", "value1" }, { "key2", "value2" } } }; in Clear()
309 Assert.AreEqual(0, mapMessage.MapStringString.Count); in Clear()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DMapUnittestProto3.cs369 public pbc::MapField<string, string> MapStringString { property in Google.Protobuf.TestProtos.TestMap
429 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
452 hash ^= MapStringString.GetHashCode(); in GetHashCode()
DTestMessagesProto3.cs1363 public pbc::MapField<string, string> MapStringString { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
2188 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
2344 hash ^= MapStringString.GetHashCode(); in GetHashCode()
DTestMessagesProto2.cs1556 public pbc::MapField<string, string> MapStringString { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
2385 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
2513 hash ^= MapStringString.GetHashCode(); in GetHashCode()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs210 …JsonFormatter.Default.Format(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b… in MapField_StringString()
DGeneratedMessageTest.cs443 MapStringString = { { key2, value2 } } in MapNonContiguousEntries()
DJsonParserTest.cs58 … AssertRoundtrip(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b" } } }); in Maps()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs403 MapStringString = { { key2, value2 } } in MapNonContiguousEntries()
DJsonParserTest.cs56 … AssertRoundtrip(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b" } } }); in Maps()