OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_foundLast
(Results
1 - 12
of
12
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/axes/
SelfIteratorNoPredicate.java
75
if (
m_foundLast
)
93
m_foundLast
= true;
ChildIterator.java
86
if(
m_foundLast
)
103
m_foundLast
= true;
ReverseAxesWalker.java
76
if (
m_foundLast
)
85
this.
m_foundLast
= true;
BasicTestIterator.java
135
if(
m_foundLast
)
191
m_foundLast
= true;
LocPathIterator.java
373
m_foundLast
= false;
523
if (
m_foundLast
)
772
m_foundLast
= true;
799
if (
m_foundLast
|| ((index >= 0) && (index <= getCurrentPos())))
825
return
m_foundLast
;
FilterExprIteratorSimple.java
150
if(
m_foundLast
)
170
m_foundLast
= true;
AxesWalker.java
223
m_foundLast
= false;
322
if (
m_foundLast
)
339
this.
m_foundLast
= true;
DescendantIterator.java
174
if(
m_foundLast
)
239
m_foundLast
= true;
MatchPatternIterator.java
205
if(
m_foundLast
)
262
m_foundLast
= true;
WalkingIterator.java
171
if(
m_foundLast
)
PredicatedNodeTest.java
382
// We can't set
m_foundLast
= true unless we're sure that -all-
384
// only sets
m_foundLast
if on the last predicate
387
m_foundLast
= true;
593
transient protected boolean
m_foundLast
= false;
UnionPathIterator.java
384
if(
m_foundLast
)
435
m_foundLast
= true;
Completed in 55 milliseconds