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

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

Completed in 71 milliseconds