Home
last modified time | relevance | path

Searched refs:is_other (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/python/
Dother.hpp22 class is_other class
29 class is_other<other<T> > class
/third_party/boost/boost/filesystem/
Ddirectory.hpp181 inline bool is_other (const directory_entry& e) { return filesystem::is_other(e.status… in is_other() function
182 inline bool is_other (const directory_entry& e, system::error_code& ec) BOOST_NOEXCEPT… in is_other() function
Doperations.hpp203 bool is_other(const path& p) {return is_other(detail::status(p));} in is_other() function
205 bool is_other(const path& p, system::error_code& ec) in is_other() function
206 {return is_other(detail::status(p, &ec));} in is_other()
Dfile_status.hpp223 inline BOOST_CONSTEXPR bool is_other(file_status f) BOOST_NOEXCEPT in is_other() function
/third_party/boost/libs/filesystem/example/
Dfile_status.cpp73 cout << "is_other(s) is " << (is_other(s) ? "true" : "false") << "\n"; in show_status()
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp855 BOOST_TEST(!fs::is_other(stat)); in create_symlink_tests()
862 BOOST_TEST(!fs::is_other(stat)); in create_symlink_tests()
873 BOOST_TEST(!fs::is_other(stat)); in create_symlink_tests()
1058 BOOST_TEST(!fs::is_other(stat)); in predicate_and_status_tests()
1067 BOOST_TEST(!fs::is_other(stat)); in predicate_and_status_tests()
1130 BOOST_TEST(!fs::is_other(dir)); in create_directory_tests()
1136 BOOST_TEST(!fs::is_other(stat)); in create_directory_tests()
1256 BOOST_TEST(!fs::is_other(p)); in status_of_nonexistent_tests()
1265 BOOST_TEST(!fs::is_other(s)); in status_of_nonexistent_tests()
1309 BOOST_TEST(!fs::is_other(s)); in status_error_reporting_tests()
[all …]
Doperations_unit_test.cpp108 CHECK(!is_other("/")); in query_test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h511 bool is_other(file_status status);
521 std::error_code is_other(const Twine &path, bool &result);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp962 bool is_other(file_status status) { in is_other() function
968 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function
972 Result = is_other(FileStatus); in is_other()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp1099 bool is_other(const basic_file_status &status) { in is_other() function
1105 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function
1109 Result = is_other(FileStatus); in is_other()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h625 bool is_other(const basic_file_status &status);
635 std::error_code is_other(const Twine &path, bool &result);