Home
last modified time | relevance | path

Searched defs:Lint (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/lint/
DLint.h31 struct Lint { struct
35 Lint& operator=(Lint&& other) = default; argument
38 Lint& operator=(const Lint&) = delete; argument
56 std::ostream& operator<<(std::ostream& os, const Lint&); argument
DLint.cpp27 Lint::Lint(LintLevel level, const Location& location, const std::string& message) in Lint() function in android::Lint