Lines Matching refs:Const
13 struct Result::Const : public Result struct
22 Const() : Result(Value) {} in Const() function
25 …friend bool operator<=(Result lhs, const Const<TLevel, TSummary, TModule, TDescription>& rhs) { re… argument
26 …friend bool operator>=(const Const<TLevel, TSummary, TModule, TDescription>, Result rhs) { return …
37 struct Const : public Result::Const<TLevel, TSummary, TModule, TDescription> {}; struct
53 struct Const : public Result::Const<TLevel, TSummary, TModule, TDescription> {}; struct
68 struct Const : public Result::Const<TLevel, TSummary, TModule, TDescription> {}; struct
78 typedef ::nn::Result::Const<(level), (summary), (module), (description)> name
84 typedef f::Const<(description)> name
90 typedef f::Const<(summary), (description)> name
96 typedef f::Const<(summary), (module), (description)> name