Searched refs:__entry_ (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | directory_iterator.cpp | 38 …: __stream_(__ds.__stream_), __root_(std::move(__ds.__root_)), __entry_(std::move(__ds.__entry_)) { in __dir_stream() 85 __entry_.__assign_iter_entry( in assign() 104 directory_entry __entry_; member in __dir_stream 113 …_stream_(other.__stream_), __root_(std::move(other.__root_)), __entry_(std::move(other.__entry_)) { in __dir_stream() 145 …__entry_.__assign_iter_entry(__root_ / str, directory_entry::__create_iter_result(str_type_pair.se… in advance() 164 directory_entry __entry_; member in __dir_stream 200 return __imp_->__entry_; in __dereference() 288 file_status st(curr_it.__entry_.__get_sym_ft(&m_ec)); in __try_recursion() 294 file_status st(curr_it.__entry_.__get_ft(&m_ec)); in __try_recursion() 302 __dir_stream new_it(curr_it.__entry_.path(), __imp_->__options_, m_ec); in __try_recursion() [all …]
|
| H A D | path.cpp | 384 it.__entry_ = PP.RawEntry; in begin() 397 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __increment() 400 __entry_ = PP.RawEntry; in __increment() 406 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __decrement() 409 __entry_ = PP.RawEntry; in __decrement()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path_iterator.h | 52 …_LIBCPP_HIDE_FROM_ABI iterator() : __stashed_elem_(), __path_ptr_(nullptr), __entry_(), __state_(_… in iterator() 78 … __entry_.data() != __path_ptr_->native().data(), "attempting to decrement the begin iterator"); 98 path::__string_view __entry_; variable 104 return __lhs.__path_ptr_ == __rhs.__path_ptr_ && __lhs.__entry_.data() == __rhs.__entry_.data();
|