Searched refs:MapStringString (Results 1 – 9 of 9) sorted by relevance
| /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
| D | FieldAccessTest.cs | 81 … 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/ |
| D | FieldAccessTest.cs | 81 … 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/ |
| D | MapUnittestProto3.cs | 365 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()
|
| D | TestMessagesProto3.cs | 1024 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/ |
| D | JsonFormatterTest.cs | 167 …JsonFormatter.Default.Format(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b… in MapField_StringString()
|
| D | JsonParserTest.cs | 56 … AssertRoundtrip(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b" } } }); in Maps()
|
| D | GeneratedMessageTest.cs | 403 MapStringString = { { key2, value2 } } in MapNonContiguousEntries()
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | GeneratedMessageTest.cs | 403 MapStringString = { { key2, value2 } } in MapNonContiguousEntries()
|
| D | JsonParserTest.cs | 56 … AssertRoundtrip(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b" } } }); in Maps()
|