Searched defs:shouldContinue (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Core/
H A DSearchFilter.cpp213 Searcher::CallbackReturn shouldContinue = searcher.SearchCallback (*this, matchingContext, NULL, false); local
214 if (shouldContinue == Searcher::eCallbackReturnStop
215 || shouldContinue == Searcher::eCallbackReturnPop)
216 return shouldContinue;
220 Searcher::CallbackReturn shouldContinue = DoCUIteration(module_sp, context, searcher); local
221 if (shouldContinue == Searcher::eCallbackReturnStop)
222 return shouldContinue;
223 else if (shouldContinue == Searcher::eCallbackReturnPop)
235 Searcher::CallbackReturn shouldContinue; local
251 shouldContinue
416 Searcher::CallbackReturn shouldContinue; local
566 Searcher::CallbackReturn shouldContinue; local
736 Searcher::CallbackReturn shouldContinue; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h412 bool shouldContinue = true; local
413 while (start && shouldContinue) {
414 shouldContinue = updateNode(start);
/external/clang/lib/Serialization/
H A DASTReader.cpp4162 bool shouldContinue = false; local
4166 shouldContinue = Listener.visitInputFile(Blob, isSystemFile, Overridden);
4169 if (!shouldContinue)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 569 milliseconds