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

/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h52 namespace std { namespace
68 } // namespace of std
H A DPath.h53 typedef std::basic_string<ValueType> StringType;
88 std::string string() const;
127 std::ostream &operator<<(std::ostream& pOS, const Path& pPath);
129 std::istream &operator>>(std::istream& pOS, Path& pPath);
165 namespace std { namespace
179 } // namespace of std
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.h59 void init(const std::string &Triple, const std::string &CPU,
60 const std::vector<std::string> &Features,
68 inline const std::string &getInputFileName() const { return mInputFileName; }
70 inline void setIncludePaths(const std::vector<std::string> &IncludePaths) {
74 inline void setPreDefinedSymbol(const std::map<std::string, std argument
[all...]

Completed in 1750 milliseconds