Searched refs:ErrorPos (Results 1 – 1 of 1) sorted by relevance
11 struct ErrorPos struct24 ErrorPos(); argument25 ErrorPos(const ErrorPos& that);27 ErrorPos& operator=(const ErrorPos& rhs);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&56 ErrorPos::operator=(const ErrorPos& rhs) in operator =()130 ErrorPos(this->file, this->line, msg, ErrorPos::WARNING).print(stderr); in warning()[all …]