Searched refs:ErrorPos (Results 1 – 1 of 1) sorted by relevance
11 struct ErrorPos struct24 ErrorPos(); argument25 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 ErrorPos39 ErrorPos::ErrorPos(const ErrorPos& that) in ErrorPos() function in ErrorPos47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev) in ErrorPos() function in ErrorPos55 ErrorPos&[all …]