Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/nn/
DResult.legacy.h63 struct Result::Const_L : public Result struct
70Const_L(Result::Summary summary, Result::Module module, int description) : Result(TLevel, summary,… in Const_L() argument
73 friend bool operator<=(Result lhs, const Const_L<TLevel>&) { return Includes(lhs); } argument
74 friend bool operator>=(const Const_L<TLevel>&, Result rhs) { return Includes(rhs); }
93 typedef ::nn::Result::Const_L<(level)> name
DResult.legacy.inclass.h304 …te <Result::LegacyLevel TLevel> struct Const_L;