Home
last modified time | relevance | path

Searched defs:m_functions (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionDecl.java78 private StringVector m_functions = new StringVector(); field in ElemExtensionDecl
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java144 private static Class m_functions[]; field in FunctionTable
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h524 HashSet<RefPtr<StringImpl>, IdentifierRepHash> m_functions; variable