Lines Matching refs:string
72 std::vector<std::string> *mGeneratedFileNames;
81 std::string *mLicenseNote;
82 std::string mReflectJavaPackageName;
83 std::string mReflectJavaPathName;
85 std::string mRSPackageName;
110 std::vector<std::string> *GeneratedFileNames);
129 inline void setLicenseNote(const std::string &S) { in setLicenseNote()
130 mLicenseNote = new std::string(S); in setLicenseNote()
132 inline const std::string *getLicenseNote() const { return mLicenseNote; } in getLicenseNote()
134 inline void addExportType(const std::string &S) { in addExportType()
139 inline void setReflectJavaPackageName(const std::string &S) { in setReflectJavaPackageName()
143 inline const std::string &getReflectJavaPackageName() const { in getReflectJavaPackageName()
147 inline void setRSPackageName(const std::string &S) { in setRSPackageName()
151 inline const std::string &getRSPackageName() const { in getRSPackageName()
221 bool reflectToJava(const std::string &OutputPathBase,
222 const std::string &RSPackageName,
223 const std::string &InputFileName,
224 const std::string &OutputBCFileName);
234 void addPragma(const std::string &T, const std::string &V) { in addPragma()