Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/nn/
DResult.legacy.h47 struct Result::Const_LM : public Result struct
55Const_LM(Result::Summary summary, int description) : Result(TLevel, summary, TModule, description)… in Const_LM() argument
58 friend bool operator<=(Result lhs, const Const_LM<TLevel, TModule>&) { return Includes(lhs); } argument
59 friend bool operator>=(const Const_LM<TLevel, TModule>&, Result rhs) { return Includes(rhs); }
87 typedef ::nn::Result::Const_LM<(level), (module)> name
DResult.legacy.inclass.h302 …e <Result::LegacyLevel TLevel, Result::Module TModule> struct Const_LM;