Lines Matching defs:__root_
38 : __stream_(__ds.__stream_), __root_(std::move(__ds.__root_)), __entry_(std::move(__ds.__entry_)) {
43 : __stream_(INVALID_HANDLE_VALUE), __root_(root) {
81 __root_ / __data_.cFileName,
103 path __root_;
113 : __stream_(other.__stream_), __root_(std::move(other.__root_)), __entry_(std::move(other.__entry_)) {
117 __dir_stream(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __root_(root) {
145 __entry_.__assign_iter_entry(__root_ / str, directory_entry::__create_iter_result(str_type_pair.second));
163 path __root_;
190 path root = std::move(__imp_->__root_);
270 path root = std::move(stack.top().__root_);