Home
last modified time | relevance | path

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

/external/protobuf/csharp/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()
/external/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()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs365 public pbc::MapField<string, string> MapStringString { property in Google.Protobuf.TestProtos.TestMap
425 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
448 hash ^= MapStringString.GetHashCode(); in GetHashCode()
DTestMessagesProto3.cs1024 public pbc::MapField<string, string> MapStringString { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1821 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
1949 hash ^= MapStringString.GetHashCode(); in GetHashCode()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs167 …JsonFormatter.Default.Format(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b… in MapField_StringString()
DJsonParserTest.cs56 … AssertRoundtrip(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b" } } }); in Maps()
DGeneratedMessageTest.cs403 MapStringString = { { key2, value2 } } in MapNonContiguousEntries()
/external/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()