Searched refs:Const_L (Results 1 – 2 of 2) sorted by relevance
63 struct Result::Const_L : public Result struct70 …Const_L(Result::Summary summary, Result::Module module, int description) : Result(TLevel, summary,… in Const_L() argument73 friend bool operator<=(Result lhs, const Const_L<TLevel>&) { return Includes(lhs); } argument74 friend bool operator>=(const Const_L<TLevel>&, Result rhs) { return Includes(rhs); }93 typedef ::nn::Result::Const_L<(level)> name
304 …te <Result::LegacyLevel TLevel> struct Const_L;