Searched refs:Const_LM (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/nn/ |
| D | Result.legacy.h | 47 struct Result::Const_LM : public Result struct 55 …Const_LM(Result::Summary summary, int description) : Result(TLevel, summary, TModule, description)… in Const_LM() function 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
|
| D | Result.legacy.inclass.h | 302 …e <Result::LegacyLevel TLevel, Result::Module TModule> struct Const_LM;
|