Home
last modified time | relevance | path

Searched defs:getCoveredLines (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DSelectionProcessor.java149 int getCoveredLines(ISelection selection) throws BadLocationException { in getCoveredLines() method in SelectionProcessor.Implementation
763 public int getCoveredLines(ISelection selection) throws BadLocationException { in getCoveredLines() method in SelectionProcessor
/dports/security/klee/klee-2.2/lib/Core/
H A DExecutor.cpp4481 void Executor::getCoveredLines(const ExecutionState &state, function in Executor