Lines Matching refs:Wrapper
239 IsGreater<T, R>::Test(state_.value(), Wrapper<U>::value(rhs)) in Max()
241 : Wrapper<U>::value(rhs)), in Max()
242 state_.is_valid() && Wrapper<U>::is_valid(rhs)); in Max()
254 IsLess<T, R>::Test(state_.value(), Wrapper<U>::value(rhs)) in Min()
256 : Wrapper<U>::value(rhs)), in Min()
257 state_.is_valid() && Wrapper<U>::is_valid(rhs)); in Min()
300 Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) && in MathOp()
301 Math::Do(Wrapper<L>::value(lhs), Wrapper<R>::value(rhs), &result); in MathOp()
310 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp()
311 Math::Do(state_.value(), Wrapper<R>::value(rhs), &result); in MathOp()
326 struct Wrapper { struct
332 struct Wrapper<CheckedNumeric<Src>> { argument
342 struct Wrapper<StrictNumeric<Src>> {