Lines Matching refs:_
27 using ::testing::_;
55 EXPECT_CALL(reportDef, declareUsage(id, INPUT_USAGE_AXIS_X, _, _, _)); in TEST_F()
56 EXPECT_CALL(reportDef, declareUsage(id, INPUT_USAGE_AXIS_Y, _, _, _)); in TEST_F()
57 EXPECT_CALL(reportDef, declareUsages(id, _, 3)) in TEST_F()
71 EXPECT_CALL(reportDef, declareUsage(_, _, _, _, _)).Times(0); in TEST_F()
72 EXPECT_CALL(reportDef, declareUsages(_, _, _)).Times(0); in TEST_F()
84 EXPECT_CALL(reportDef, addCollection(_, _)); in TEST_F()
85 EXPECT_CALL(reportDef, declareUsage(_, _, _, _, _)).Times(2); in TEST_F()
86 EXPECT_CALL(reportDef, declareUsages(_, _, 3)); in TEST_F()
100 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
102 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
104 EXPECT_CALL(report, reportEvent(_)); in TEST_F()