Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DSourcePos.cpp11 struct ErrorPos struct
24 ErrorPos(); argument
25 ErrorPos(const ErrorPos& that);
27 ErrorPos& operator=(const ErrorPos& rhs);
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&
56 ErrorPos::operator=(const ErrorPos& rhs) in operator =()
130 ErrorPos(this->file, this->line, msg, ErrorPos::WARNING).print(stderr); in warning()
[all …]