Home | History | Annotate | Download | only in test

Lines Matching refs:ToType

530 class ToType {
533 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
539 Action<ToType()> action(Return(x));