Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp814 struct Qualifiers { struct
815 bool is_const = false;
816 bool is_restricted = false;
817 bool is_volatile = false;
819 bool operator==(const Qualifiers &other) const { in operator ==()
825 bool operator!=(const Qualifiers &other) const { return !(*this == other); } in operator !=()