Lines Matching defs:OnFooReadyRun
758 bool OnFooReadyRun = false;
761 OnFooReadyRun = true;
783 EXPECT_FALSE(OnFooReadyRun) << "Query for \"Foo\" was run unexpectedly";
792 EXPECT_TRUE(OnFooReadyRun) << "Query for \"Foo\" was not run";
824 bool OnFooReadyRun = false;
827 OnFooReadyRun = true;
850 EXPECT_FALSE(OnFooReadyRun) << "Query for \"Foo\" should not have run yet";
864 EXPECT_TRUE(OnFooReadyRun) << "Query for \"Foo\" was not run";
896 bool OnFooReadyRun = false;
899 OnFooReadyRun = true;
929 EXPECT_TRUE(OnFooReadyRun) << "Query for Foo did not run";