Home | History | Annotate | Download | only in base

Lines Matching refs:BindLambdaForTesting

1297   EXPECT_EQ(42, BindLambdaForTesting([=](int y) { return x * y; }).Run(7));
1300 EXPECT_EQ(42, BindLambdaForTesting(f).Run(std::make_unique<int>(7)));