Searched defs:pOS (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h110 operator<<(std::basic_ostream<Char, Traits>& pOS, const Path& pPath) argument
112 return pOS << pPath.native();
117 operator>>(std::basic_istream<Char, Traits>& pOS, Path& pPath) argument
119 return pOS >> pPath.native();
123 operator<<(llvm::raw_ostream& pOS, const Path& pPath) argument
125 return pOS << pPath.native();

Completed in 52 milliseconds