Home
last modified time | relevance | path

Searched defs:is_other (Results 1 – 6 of 6) 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/
Dfile_status.hpp223 inline BOOST_CONSTEXPR bool is_other(file_status f) BOOST_NOEXCEPT in is_other() function
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
/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
/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