Searched refs:__stream_ (Results 1 – 2 of 2) sorted by relevance
27 __dir_stream(__dir_stream&& __ds) noexcept : __stream_(__ds.__stream_), in __dir_stream()30 __ds.__stream_ = INVALID_HANDLE_VALUE; in __dir_stream()54 if (__stream_ == INVALID_HANDLE_VALUE) in ~__dir_stream()87 if (!::FindClose(__stream_)) in close()89 __stream_ = INVALID_HANDLE_VALUE; in close()106 __dir_stream(__dir_stream&& other) noexcept : __stream_(other.__stream_), in __dir_stream()109 other.__stream_ = nullptr; in __dir_stream()126 if (__stream_) in ~__dir_stream()153 if (::closedir(__stream_) == -1) in close()155 __stream_ = nullptr; in close()[all …]
267 __stream_type& __stream_;276 : __stream_(__stream),283 __stream_.flags(__fmtflags_);284 __stream_.fill(__fill_);