Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs395 Assert.IsTrue(memoryStream.CanWrite); in Dispose_DisposesUnderlyingStream()
402 Assert.IsFalse(memoryStream.CanWrite); // Disposed in Dispose_DisposesUnderlyingStream()
409 Assert.IsTrue(memoryStream.CanWrite); in Dispose_WithLeaveOpen()
416 Assert.IsTrue(memoryStream.CanWrite); // We left the stream open in Dispose_WithLeaveOpen()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DLimitedInputStream.cs64 public override bool CanWrite property in Google.Protobuf.LimitedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DSingleFieldAccessor.cs54 if (!property.CanWrite) in SingleFieldAccessor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs69 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty()