]>
git.saurik.com Git - android/aapt.git/blob - SourcePos.h
4 #include <utils/String8.h>
7 using namespace android
;
15 SourcePos(const String8
& f
, int l
);
16 SourcePos(const SourcePos
& that
);
20 int error(const char* fmt
, ...) const;
21 int warning(const char* fmt
, ...) const;
23 static bool hasErrors();
24 static void printErrors(FILE* to
);