Searched refs:ErrorPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DSourcePos.cpp9 // ErrorPos
11 struct ErrorPos struct
18 ErrorPos();
19 ErrorPos(const ErrorPos& that);
20 ErrorPos(const String8& file, int line, const String8& error, bool fatal);
21 ~ErrorPos();
22 bool operator<(const ErrorPos& rhs) const;
23 bool operator==(const ErrorPos& rhs) const;
24 ErrorPos
31 ErrorPos::ErrorPos() function in class:ErrorPos
36 ErrorPos::ErrorPos(const ErrorPos& that) function in class:ErrorPos
44 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, bool fat) function in class:ErrorPos
[all...]

Completed in 148 milliseconds