Home
last modified time | relevance | path

Searched refs:SpaceLeft (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DTestCornerCases.cs56 Assert.AreEqual(0, output.SpaceLeft); in TestRoundTripNegativeEnums()
DCodedOutputStreamTest.cs376 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumNoTag()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DTestCornerCases.cs56 Assert.AreEqual(0, output.SpaceLeft); in TestRoundTripNegativeEnums()
DCodedOutputStreamTest.cs282 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumNoTag()
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs599 public int SpaceLeft => WriteBufferHelper.GetSpaceLeft(ref state); field in Google.Protobuf.CodedOutputStream
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs542 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumArray()
580 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumPackedArray()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs543 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumArray()
581 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumPackedArray()