Lines Matching refs:foo_
3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked
6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
13 FILE:#: EXPECT_CALL(foo_, Bar3(0, _)) invoked
16 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar3(0, _))...
23 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
38 FILE:#: EXPECT_CALL(foo_, Bar2(0, _))...
51 FILE:#: EXPECT_CALL(foo_, Bar3(0, _))...
95 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))...
100 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))...
116 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))...
121 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))...
137 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))...
142 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))...
153 Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(_, _))...
160 Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(0, _))...
164 Actual function call count doesn't match EXPECT_CALL(foo_, Bar(_, _, _))...
176 FILE:#: EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)))...
192 FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))...
206 FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))...
223 FILE:#: EXPECT_CALL(foo_, Bar2(2, 2))...
238 FILE:#: EXPECT_CALL(foo_, Bar2(2, 2))...
281 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
284 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...