HomeSort by relevance Sort by last modified time
    Searched defs:CreateFunctor (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/
gmock_mutant.h 21 // the function signature hence the X1, X2 ... XN parameters in CreateFunctor.
30 // of T* and T** when we invoke CreateFunctor to match the EXPECT_CALL style.
62 // .WillOnce(Invoke(CreateFunctor(&mock, &Mock::HandleFlowers,
70 // .WillAlways(Invoke(CreateFunctor, &mock, &Mock::DoLogMessage));
77 // .WillOnce(InvokeWithoutArgs(CreateFunctor(
98 // .WillOnce(Invoke(CreateFunctor(&mock, &Mock::StoreDemiurge)));
103 // CreateFunctor(&mock->demiurge_, &Demiurge::DecreaseMonsters))));
    [all...]
  /external/chromium_org/testing/
gmock_mutant.h 21 // the function signature hence the X1, X2 ... XN parameters in CreateFunctor.
30 // of T* and T** when we invoke CreateFunctor to match the EXPECT_CALL style.
62 // .WillOnce(Invoke(CreateFunctor(&mock, &Mock::HandleFlowers,
70 // .WillAlways(Invoke(CreateFunctor, &mock, &Mock::DoLogMessage));
77 // .WillOnce(InvokeWithoutArgs(CreateFunctor(
98 // .WillOnce(Invoke(CreateFunctor(&mock, &Mock::StoreDemiurge)));
103 // CreateFunctor(&mock->demiurge_, &Demiurge::DecreaseMonsters))));
    [all...]

Completed in 196 milliseconds