HomeSort by relevance Sort by last modified time
    Searched full:g_done (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 1021 bool g_done = false; member in namespace:__anon4280
    [all...]
gmock-more-actions_test.cc 83 bool g_done = false; member in namespace:testing::gmock_more_actions_test
84 void VoidNullary() { g_done = true; }
88 void operator()() { g_done = true; }
95 void VoidUnary(int /* n */) { g_done = true; }
110 void VoidBinary(int, char) { g_done = true; }
114 void VoidTernary(int, char, bool) { g_done = true; }
120 void VoidFunctionWithFourArguments(char, int, float, double) { g_done = true; }
gmock-generated-actions_test.cc 78 bool g_done = false; member in namespace:testing::gmock_generated_actions_test
97 void VoidBinary(int, char) { g_done = true; }
101 void VoidTernary(int, char, bool) { g_done = true; }
414 g_done = false;
416 EXPECT_TRUE(g_done);
    [all...]

Completed in 679 milliseconds