Lines Matching refs:std
45 const std::string *licenseNote;
54 static std::string GetFileNameStem(const char *fileName);
59 static std::string ComputePackagedPath(const char *prefixPath,
67 static std::string JavaClassNameFromRSFileName(const char *rsFileName);
78 static std::string BCFileNameFromRSFileName(const char *rsFileName);
85 static std::string JavaBitcodeClassNameFromRSFileName(const char *rsFileName);
95 std::string JoinPath(const std::string &path1, const std::string &path2);
102 std::string RootNameFromRSFileName(const std::string &rsFileName);
107 class GeneratedFile : public std::ofstream {
116 bool startFile(const std::string &outPath, const std::string &outFileName,
117 const std::string &sourceFileName,
118 const std::string *optionalLicense, bool isJava, bool verbose);
123 void comment(const std::string& s); // Outputs a multiline comment.
140 std::ofstream &indent() { in indent()
146 std::string mIndent; // The correct spacing at the beginning of each line.