MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / SourcePos

Class SourcePos

tools/aapt/SourcePos.h:9–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace android;
8
9class SourcePos
10{
11public:
12 String8 file;
13 int line;
14
15 SourcePos(const String8& f, int l);
16 SourcePos(const SourcePos& that);
17 SourcePos();
18 ~SourcePos();
19
20 int error(const char* fmt, ...) const;
21 int warning(const char* fmt, ...) const;
22
23 static bool hasErrors();
24 static void printErrors(FILE* to);
25};
26
27
28#endif // SOURCEPOS_H

Callers 15

compileAttributeFunction · 0.85
parseAndAddBagFunction · 0.85
parseAndAddEntryFunction · 0.85
compileResourceFileFunction · 0.85
generateAttributesMethod · 0.85
addFileMethod · 0.85
validateMethod · 0.85
makeFileResourcesFunction · 0.85
hasSubstitutionErrorsFunction · 0.85
parseStyledStringFunction · 0.85
parseFromZipMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected