Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DTestCornerCases.cs56 Assert.AreEqual(0, output.SpaceLeft); in TestRoundTripNegativeEnums()
DCodedOutputStreamTest.cs282 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumNoTag()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs734 if (SpaceLeft != 0) in CheckNoSpaceLeft()
744 public int SpaceLeft property in Google.Protobuf.CodedOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs542 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumArray()
580 Assert.AreEqual(0, output.SpaceLeft); in TestNegativeEnumPackedArray()