Lines Matching refs:std
60 typedef std::list<RSExportable*> ExportableList;
61 typedef std::list<RSExportVar*> ExportVarList;
62 typedef std::list<RSExportFunc*> ExportFuncList;
63 typedef std::list<RSExportForEach*> ExportForEachList;
72 std::vector<std::string> *mGeneratedFileNames;
81 std::string *mLicenseNote;
82 std::string mReflectJavaPackageName;
83 std::string mReflectJavaPathName;
103 std::vector<std::string> *GeneratedFileNames);
122 inline void setLicenseNote(const std::string &S) { in setLicenseNote()
123 mLicenseNote = new std::string(S); in setLicenseNote()
125 inline const std::string *getLicenseNote() const { return mLicenseNote; } in getLicenseNote()
127 inline void addExportType(const std::string &S) { in addExportType()
132 inline void setReflectJavaPackageName(const std::string &S) { in setReflectJavaPackageName()
136 inline const std::string &getReflectJavaPackageName() { in getReflectJavaPackageName()
206 bool reflectToJava(const std::string &OutputPathBase,
207 const std::string &OutputPackageName,
208 const std::string &InputFileName,
209 const std::string &OutputBCFileName,
210 std::string *RealPackageName);
218 void addPragma(const std::string &T, const std::string &V) { in addPragma()