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

  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 1022 bool g_done = false; member in namespace:__anon11532
    [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...]
  /external/gmock/test/
gmock-actions_test.cc 1026 bool g_done = false; member in namespace:__anon11287
    [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 158 milliseconds