Searched refs:__dir_stream (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp22 class __dir_stream { class
24 __dir_stream() = delete;
25 __dir_stream& operator=(const __dir_stream&) = delete;
27 __dir_stream(__dir_stream&& __ds) noexcept : __stream_(__ds.__stream_),
33 __dir_stream(const path& root, directory_options opts, error_code& ec) function in class:__dir_stream
53 ~__dir_stream() noexcept {
101 class __dir_stream {
103 __dir_stream()
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Ddirectory_iterator.h36 class _LIBCPP_HIDDEN __dir_stream; variable in typeref:class:_LIBCPP_HIDDEN
121 shared_ptr<__dir_stream> __imp_;
H A Ddirectory_entry.h268 friend class _LIBCPP_HIDDEN __dir_stream;

Completed in 81 milliseconds