Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs361 public pbc::MapField<string, string> MapStringString { property in Google.Protobuf.TestProtos.TestMap
421 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
444 hash ^= MapStringString.GetHashCode(); in GetHashCode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs138 …JsonFormatter.Default.Format(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b… in MapField_StringString()
DGeneratedMessageTest.cs403 MapStringString = { { key2, value2 } } in MapNonContiguousEntries()
DJsonParserTest.cs56 … AssertRoundtrip(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b" } } }); in Maps()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1512 public pbc::MapField<string, string> MapStringString { property in Conformance.TestAllTypes
2162 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
2277 hash ^= MapStringString.GetHashCode(); in GetHashCode()