Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DTestCornerCases.cs56 Assert.AreEqual(0, output.SpaceLeft); in TestRoundTripNegativeEnums()
H A DCodedOutputStreamTest.cs282 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumNoTag()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DTestCornerCases.cs56 Assert.AreEqual(0, output.SpaceLeft); in TestRoundTripNegativeEnums()
H A DCodedOutputStreamTest.cs376 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumNoTag()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs585 /// Verifies that SpaceLeft returns zero. It's common to create a byte array
599 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/
H A 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/
H A DRepeatedFieldTest.cs543 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumArray()
581 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumPackedArray()

Completed in 6 milliseconds