Home
last modified time | relevance | path

Searched refs:should_continue (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Utility/
DRange.cpp82 bool should_continue = callback(counter); in Iterate() local
83 if (!should_continue) in Iterate()
/external/v8/test/cctest/
Dtest-api.cc22005 CHECK(!should_continue()); in RunTest()
22012 bool should_continue() const { return should_continue_; } in should_continue() function in RequestInterruptTestBase
22217 info.GetReturnValue().Set(test->should_continue()); in ShouldContinueCallback()