OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_FUNCTION
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java
366
* [
OP_FUNCTION
]
381
public static final int
OP_FUNCTION
= 25;
Compiler.java
175
case OpCodes.
OP_FUNCTION
:
846
case OpCodes.
OP_FUNCTION
:
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
338
case OpCodes.
OP_FUNCTION
:
445
case OpCodes.
OP_FUNCTION
:
484
case OpCodes.
OP_FUNCTION
:
512
case OpCodes.
OP_FUNCTION
:
593
case OpCodes.
OP_FUNCTION
:
692
case OpCodes.
OP_FUNCTION
:
[
all
...]
FilterExprWalker.java
35
* Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or
OP_FUNCTION
, or OP_GROUP,
71
case OpCodes.
OP_FUNCTION
:
78
//if((OpCodes.
OP_FUNCTION
== stepType) && (m_expr instanceof org.apache.xalan.templates.FuncKey))
UnionPathIterator.java
352
case OpCodes.
OP_FUNCTION
:
Completed in 90 milliseconds