Home | History | Annotate | Download | only in common

Lines Matching full:startfunction

222   MOCK_METHOD2(StartFunction, bool(const string &, uint64_t));
297 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun1"), 0xa049f4b1U))
307 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun2"), 0xbf27cf93U))
360 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun3_1"), 0xbbd4a145U))
378 EXPECT_CALL(mock_handler, StartFunction(_, _))
432 EXPECT_CALL(mock_handler, StartFunction(Eq("arsenic"), 0x7fbcccaeU))
441 EXPECT_CALL(mock_handler, StartFunction(Eq("selenium"), 0xa8e120b0U))
500 StartFunction(Eq("function 1"), 0xbb5ab70ecdd23bfeULL))
505 StartFunction(Eq("function 2"), 0xc954de9b8fb3e5e2ULL))
510 StartFunction(Eq("function 3"), 0xdff98c9a35386e1fULL))
543 StartFunction(Eq("rutabaga"), 0xce1b98fa))