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

  /external/grpc-grpc/test/core/http/
httpcli_test.cc 34 static int g_done = 0; variable
56 g_done = 1;
68 g_done = 0;
88 while (!g_done) {
107 g_done = 0;
127 while (!g_done) {
httpscli_test.cc 36 static int g_done = 0; variable
58 g_done = 1;
70 g_done = 0;
91 while (!g_done) {
110 g_done = 0;
131 while (!g_done) {
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 1022 bool g_done = false; member in namespace:__anon22753
    [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/googletest/googlemock/test/
gmock-actions_test.cc 905 bool g_done = false; member in namespace:__anon22834
906 void VoidNullary() { g_done = true; }
910 void operator()() { g_done = true; }
922 void VoidBinary(int, char) { g_done = true; }
950 g_done = false;
952 EXPECT_TRUE(g_done);
968 g_done = false;
970 EXPECT_TRUE(g_done);
990 g_done = true;
995 g_done = false
    [all...]
gmock-more-actions_test.cc 77 bool g_done = false; member in namespace:testing::gmock_more_actions_test
78 void VoidNullary() { g_done = true; }
82 void operator()() { g_done = true; }
89 void VoidUnary(int /* n */) { g_done = true; }
104 void VoidBinary(int, char) { g_done = true; }
108 void VoidTernary(int, char, bool) { g_done = true; }
114 void VoidFunctionWithFourArguments(char, int, float, double) { g_done = true; }
gmock-generated-actions_test.cc 68 bool g_done = false; member in namespace:testing::gmock_generated_actions_test
    [all...]

Completed in 400 milliseconds