Searched refs:should_continue (Results 1 – 2 of 2) sorted by relevance
82 bool should_continue = callback(counter); in Iterate() local83 if (!should_continue) in Iterate()
22005 CHECK(!should_continue()); in RunTest()22012 bool should_continue() const { return should_continue_; } in should_continue() function in RequestInterruptTestBase22217 info.GetReturnValue().Set(test->should_continue()); in ShouldContinueCallback()