Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DSourcePos.cpp11 struct ErrorPos struct
24 ErrorPos(); argument
25 ErrorPos(const ErrorPos& that);
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
27 ErrorPos& operator=(const ErrorPos& rhs);
32 static vector<ErrorPos> g_errors;
34 ErrorPos::ErrorPos() in ErrorPos() function in ErrorPos
39 ErrorPos::ErrorPos(const ErrorPos& that) in ErrorPos() function in ErrorPos
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev) in ErrorPos() function in ErrorPos
55 ErrorPos&
[all …]