Home | History | Annotate | Download | only in Core

Lines Matching refs:shouldContinue

213                     Searcher::CallbackReturn shouldContinue = searcher.SearchCallback (*this, matchingContext, NULL, false);
214 if (shouldContinue == Searcher::eCallbackReturnStop
215 || shouldContinue == Searcher::eCallbackReturnPop)
216 return shouldContinue;
220 Searcher::CallbackReturn shouldContinue = DoCUIteration(module_sp, context, searcher);
221 if (shouldContinue == Searcher::eCallbackReturnStop)
222 return shouldContinue;
223 else if (shouldContinue == Searcher::eCallbackReturnPop)
235 Searcher::CallbackReturn shouldContinue;
251 shouldContinue = searcher.SearchCallback (*this, matchingContext, NULL, false);
253 if (shouldContinue == Searcher::eCallbackReturnPop)
255 else if (shouldContinue == Searcher::eCallbackReturnStop)
256 return shouldContinue;
416 Searcher::CallbackReturn shouldContinue;
418 shouldContinue = DoModuleIteration(matchingContext, searcher);
419 if (shouldContinue == Searcher::eCallbackReturnStop)
566 shouldContinue;
568 shouldContinue = DoModuleIteration(matchingContext, searcher);
569 if (shouldContinue == Searcher::eCallbackReturnStop)
736 Searcher::CallbackReturn shouldContinue;
740 shouldContinue = DoModuleIteration(matchingContext, searcher);
741 if (shouldContinue == Searcher::eCallbackReturnStop)
755 shouldContinue = DoCUIteration(module_sp, matchingContext, searcher);
756 if (shouldContinue == Searcher::eCallbackReturnStop)