Home
last modified time | relevance | path

Searched refs:MapStringStringFieldNumber (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs83 …var dictionary = (IDictionary) fields[TestMap.MapStringStringFieldNumber].Accessor.GetValue(mapMes… in GetValue()
117 fields[TestMap.MapStringStringFieldNumber].Accessor.Clear(mapMessage); in Clear()
162 …Assert.Throws<InvalidOperationException>(() => fields[TestMap.MapStringStringFieldNumber].Accessor… in SetValue_MapFields()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs381 … output.WriteTag(TestMap.MapStringStringFieldNumber, WireFormat.WireType.LengthDelimited); in MapNonContiguousEntries()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs339 public const int MapStringStringFieldNumber = 14; field in Google.Protobuf.TestProtos.TestMap
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1408 public const int MapStringStringFieldNumber = 69; field in Conformance.TestAllTypes