Home | History | Annotate | Download | only in test

Lines Matching refs:WithoutArgs

1133   Action<Base*(double)> a = testing::WithoutArgs(inner);
1444 a = testing::WithoutArgs([]() { return 7; });