Lines Matching refs:string
43 std::string mLastError;
44 std::vector<std::string> *mGeneratedFileNames;
46 inline void setError(const std::string &Error) { mLastError = Error; } in setError()
54 std::string mOutputPathBase;
56 std::string mInputRSFile;
58 std::string mPackageName;
59 std::string mRSPackageName;
60 std::string mResourceId;
61 std::string mPaddingPrefix;
63 std::string mClassName;
65 std::string mLicenseNote;
67 std::string mIndent;
93 bool openClassFile(const std::string &ClassName,
94 std::string &ErrorMsg);
108 std::set<std::string> mTypesToCheck;
111 std::set<std::string> mFieldPackerTypes;
113 bool addTypeNameForElement(const std::string &TypeName);
114 bool addTypeNameForFieldPacker(const std::string &TypeName);
118 Context(const std::string &OutputPathBase, in Context()
119 const std::string &InputRSFile, in Context()
120 const std::string &PackageName, in Context()
121 const std::string &RSPackageName, in Context()
122 const std::string &ResourceId, in Context()
123 const std::string &PaddingPrefix, in Context()
168 inline std::string createPaddingField() { in createPaddingField()
172 inline void setLicenseNote(const std::string &LicenseNote) { in setLicenseNote()
178 const std::string &ClassName,
180 std::string &ErrorMsg);
186 const std::string &FunctionName,
189 typedef std::vector<std::pair<std::string, std::string> > ArgTy;
193 const std::string &FunctionName,
200 inline const std::string &getPackageName() const { return mPackageName; } in getPackageName()
201 inline const std::string &getRSPackageName() const { in getRSPackageName()
204 inline const std::string &getClassName() const { return mClassName; } in getClassName()
205 inline const std::string &getResourceId() const { return mResourceId; } in getResourceId()
207 void startTypeClass(const std::string &ClassName);
231 const std::string &ClassName,
232 std::string &ErrorMsg);
236 const std::string &VarName,
239 const std::string &VarName,
243 const std::string &VarName,
253 const std::string &TypeName,
254 const std::string &VarName);
256 const std::string &TypeName,
259 const std::string &TypeName,
260 const std::string &VarName);
262 const std::string &VarName);
285 std::string &ErrorMsg);
304 const std::string &VarName,
322 const std::string &VarName);
328 std::vector<std::string> *GeneratedFileNames) in RSReflection()
336 bool reflect(const std::string &OutputPathBase,
337 const std::string &OutputPackageName,
338 const std::string &RSPackageName,
339 const std::string &InputFileName,
340 const std::string &OutputBCFileName);