Lines Matching defs:OnCompletionRun
78 bool OnCompletionRun = false;
87 OnCompletionRun = true;
102 EXPECT_FALSE(OnCompletionRun) << "Should not have been resolved yet";
106 EXPECT_FALSE(OnCompletionRun) << "Should not be ready yet";
110 EXPECT_TRUE(OnCompletionRun) << "Should have been marked ready";
114 bool OnCompletionRun = false;
118 OnCompletionRun = true;
124 EXPECT_TRUE(OnCompletionRun) << "OnCompletion was not run for empty query";
248 bool OnCompletionRun = false;
254 OnCompletionRun = true;
288 EXPECT_TRUE(OnCompletionRun) << "OnCompletion should have been run";
1017 bool OnCompletionRun = false;
1025 OnCompletionRun = true;
1034 EXPECT_TRUE(OnCompletionRun) << "OnResolutionCallback was not run";
1066 bool OnCompletionRun = false;
1070 OnCompletionRun = true;
1077 EXPECT_TRUE(OnCompletionRun) << "OnCompletion not run";