Home
last modified time | relevance | path

Searched refs:__stream_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp27 __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 …]
/llvm-project-15.0.7/libcxx/include/
H A Diosfwd267 __stream_type& __stream_;
276 : __stream_(__stream),
283 __stream_.flags(__fmtflags_);
284 __stream_.fill(__fill_);