Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DGZipStream.cs42 private bool _isDisposed = false; field in DotZLib.GZipStream
133 if (!_isDisposed) in cleanUp()
136 _isDisposed = true; in cleanUp()
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in Read()
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in ReadByte()
205 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in Write()
229 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in WriteByte()
DCodecBase.cs30 protected bool _isDisposed = false; field in DotZLib.CodecBase
145 if (!_isDisposed) in CleanUp()
153 _isDisposed = true; in CleanUp()
/third_party/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs42 private bool _isDisposed = false; field in DotZLib.GZipStream
133 if (!_isDisposed) in cleanUp()
136 _isDisposed = true; in cleanUp()
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in Read()
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in ReadByte()
205 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in Write()
229 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in WriteByte()
DCodecBase.cs30 protected bool _isDisposed = false; field in DotZLib.CodecBase
145 if (!_isDisposed) in CleanUp()
153 _isDisposed = true; in CleanUp()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DGZipStream.cs42 private bool _isDisposed = false; field in DotZLib.GZipStream
133 if (!_isDisposed) in cleanUp()
136 _isDisposed = true; in cleanUp()
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in Read()
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in ReadByte()
205 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in Write()
229 if (_isDisposed) throw new ObjectDisposedException("GZipStream"); in WriteByte()
DCodecBase.cs30 protected bool _isDisposed = false; field in DotZLib.CodecBase
145 if (!_isDisposed) in CleanUp()
153 _isDisposed = true; in CleanUp()
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtab_scaffold.dart73 bool _isDisposed = false;
99 _isDisposed = true;
315 } else if (_controller?._isDisposed == false) {
439 } else if (_controller?._isDisposed == false) {