Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dfs_dir.h115 : _M_path(__p) in _GLIBCXX_VISIBILITY()
119 : _M_path(__p) in _GLIBCXX_VISIBILITY()
123 _M_path.clear(); in _GLIBCXX_VISIBILITY()
135 _M_path = __p; in _GLIBCXX_VISIBILITY()
142 _M_path = __p; in _GLIBCXX_VISIBILITY()
149 _M_path.replace_filename(__p); in _GLIBCXX_VISIBILITY()
156 _M_path.replace_filename(__p); in _GLIBCXX_VISIBILITY()
169 const filesystem::path& path() const noexcept { return _M_path; } in _GLIBCXX_VISIBILITY()
170 operator const filesystem::path& () const noexcept { return _M_path; } in _GLIBCXX_VISIBILITY()
254 { return filesystem::file_size(_M_path); } in _GLIBCXX_VISIBILITY()
[all …]
Dfs_path.h956 iterator() noexcept : _M_path(nullptr), _M_cur(), _M_at_end() { } in _GLIBCXX_VISIBILITY()
987 { return _M_path->_M_type() == _Type::_Multi; } in _GLIBCXX_VISIBILITY()
993 __glibcxx_assert(__first._M_path != nullptr); in _GLIBCXX_VISIBILITY()
994 __glibcxx_assert(__first._M_path == __last._M_path); in _GLIBCXX_VISIBILITY()
1012 __glibcxx_assert(__i._M_path != nullptr); in _GLIBCXX_VISIBILITY()
1020 : _M_path(__path), _M_cur(__iter), _M_at_end() in _GLIBCXX_VISIBILITY()
1024 : _M_path(__path), _M_cur(), _M_at_end(__at_end) in _GLIBCXX_VISIBILITY()
1029 const path* _M_path; in _GLIBCXX_VISIBILITY()
1366 __glibcxx_assert(_M_path != nullptr); in _GLIBCXX_VISIBILITY()
1369 __glibcxx_assert(_M_cur != _M_path->_M_cmpts.end()); in _GLIBCXX_VISIBILITY()
[all …]