Searched defs:type_present (Results 1 – 3 of 3) sorted by relevance
169 inline bool type_present (const directory_entry& e) { return filesystem::type_present(e.st… in type_present() function170 inline bool type_present (const directory_entry& e, system::error_code& ec) BOOST_NOEXCEPT… in type_present() function
195 inline BOOST_CONSTEXPR bool type_present(file_status f) BOOST_NOEXCEPT in type_present() function
166 int i, ret = 0, type_present = 0; in to_be_ignored() local