HomeSort by: relevance | last modified time | path
    Searched defs:CanRead (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 80 public override bool CanRead
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 80 public override bool CanRead
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 80 public override bool CanRead
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 80 public override bool CanRead
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 80 public override bool CanRead
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
packeted_bio.cc 38 bool CanRead() const {
121 if (!data->CanRead()) {

Completed in 21 milliseconds