• Home
  • Raw
  • Download

Lines Matching refs:TestMap

214             var message = new TestMap  in RoundTrip_Maps()
237 MessageParsingHelpers.AssertRoundtrip(TestMap.Parser, message); in RoundTrip_Maps()
243 var message = new TestMap in MapWithEmptyEntry()
254 TestMap.Parser, in MapWithEmptyEntry()
269 … output.WriteTag(TestMap.MapInt32ForeignMessageFieldNumber, WireFormat.WireType.LengthDelimited); in MapWithOnlyValue()
278 TestMap.Parser, in MapWithOnlyValue()
292 output.WriteTag(TestMap.MapInt32DoubleFieldNumber, WireFormat.WireType.LengthDelimited); in MapWithOnlyKey_PrimitiveValue()
300 TestMap.Parser, in MapWithOnlyKey_PrimitiveValue()
314 … output.WriteTag(TestMap.MapInt32ForeignMessageFieldNumber, WireFormat.WireType.LengthDelimited); in MapWithOnlyKey_MessageValue()
322 TestMap.Parser, in MapWithOnlyKey_MessageValue()
337 output.WriteTag(TestMap.MapInt32Int32FieldNumber, WireFormat.WireType.LengthDelimited); in MapIgnoresExtraFieldsWithinEntryMessages()
355 TestMap.Parser, in MapIgnoresExtraFieldsWithinEntryMessages()
369 output.WriteTag(TestMap.MapInt32Int32FieldNumber, WireFormat.WireType.LengthDelimited); in MapFieldOrderIsIrrelevant()
384 TestMap.Parser, in MapFieldOrderIsIrrelevant()
406 output.WriteTag(TestMap.MapInt32Int32FieldNumber, WireFormat.WireType.LengthDelimited); in MapNonContiguousEntries()
416 … output.WriteTag(TestMap.MapStringStringFieldNumber, WireFormat.WireType.LengthDelimited); in MapNonContiguousEntries()
426 output.WriteTag(TestMap.MapInt32Int32FieldNumber, WireFormat.WireType.LengthDelimited); in MapNonContiguousEntries()
436 TestMap.Parser, in MapNonContiguousEntries()
440 var expected = new TestMap in MapNonContiguousEntries()
460 output.WriteTag(TestMap.MapInt32Int32FieldNumber, WireFormat.WireType.LengthDelimited); in DuplicateKeys_LastEntryWins()
468 output.WriteTag(TestMap.MapInt32Int32FieldNumber, WireFormat.WireType.LengthDelimited); in DuplicateKeys_LastEntryWins()
477 TestMap.Parser, in DuplicateKeys_LastEntryWins()