OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_EXTFUNCTION
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java
348
* [
OP_EXTFUNCTION
] (Extension function.)
363
public static final int
OP_EXTFUNCTION
= 24;
Compiler.java
173
case OpCodes.
OP_EXTFUNCTION
:
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
337
case OpCodes.
OP_EXTFUNCTION
:
483
case OpCodes.
OP_EXTFUNCTION
:
592
case OpCodes.
OP_EXTFUNCTION
:
691
case OpCodes.
OP_EXTFUNCTION
:
[
all
...]
FilterExprWalker.java
35
* Walker for the OP_VARIABLE, or
OP_EXTFUNCTION
, or OP_FUNCTION, or OP_GROUP,
72
case OpCodes.
OP_EXTFUNCTION
:
UnionPathIterator.java
351
case OpCodes.
OP_EXTFUNCTION
:
Completed in 36 milliseconds