Lines Matching refs:LengthDelimited
373 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
391 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
423 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
585 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
605 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
623 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
672 output.WriteTag(1, WireFormat.WireType.LengthDelimited);
674 output.WriteTag(2, WireFormat.WireType.LengthDelimited);
711 output.WriteTag(1, WireFormat.WireType.LengthDelimited);
718 output.WriteTag(2, WireFormat.WireType.LengthDelimited);
730 output.WriteTag(3, WireFormat.WireType.LengthDelimited);
737 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited), input.ReadTag());
741 Assert.AreEqual(WireFormat.MakeTag(3, WireFormat.WireType.LengthDelimited), input.ReadTag());
755 output.WriteTag(1, WireFormat.WireType.LengthDelimited);
768 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited), input.ReadTag());