OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_opMap
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java
121
OpMapVector
m_opMap
= null;
133
return
m_opMap
;
152
int n =
m_opMap
.elementAt(MAPINDEX_LENGTH);
153
m_opMap
.setToSize(n + 4);
155
m_opMap
.setElementAt(0,n);
156
m_opMap
.setElementAt(0,n+1);
157
m_opMap
.setElementAt(0,n+2);
176
return
m_opMap
.elementAt(opPos);
187
m_opMap
.setElementAt(value,opPos);
196
* @return position of next operation in
m_opMap
[
all
...]
Lexer.java
122
m_compiler.
m_opMap
= new OpMapVector(initTokQueueSize,
Completed in 54 milliseconds