Searched refs:ErrorPos (Results 1 – 2 of 2) sorted by relevance
14 struct ErrorPos struct20 ErrorPos(); argument21 ErrorPos(const ErrorPos& that);22 ErrorPos(const string& file, int line, const string& error);23 ~ErrorPos();24 bool operator<(const ErrorPos& rhs) const;25 bool operator==(const ErrorPos& rhs) const;26 ErrorPos& operator=(const ErrorPos& rhs);31 static set<ErrorPos> g_errors;33 ErrorPos::ErrorPos() in ErrorPos() function in ErrorPos[all …]
11 struct ErrorPos struct18 ErrorPos(); argument19 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& operator=(const ErrorPos& rhs);29 static vector<ErrorPos> g_errors;31 ErrorPos::ErrorPos() in ErrorPos() function in ErrorPos[all …]