Home
last modified time | relevance | path

Searched refs:m_uHash (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_simpleexpression.cpp44 uint32_t m_uHash; member
85 uint32_t m_uHash; member
504 return func.m_uHash < hash; in IsBuildInFunc()
506 if (pFunc < pEnd && uHash == pFunc->m_uHash) { in IsBuildInFunc()
525 if (uHash == somMethodWithObjPara.m_uHash) { in IsMethodWithObjParam()
528 } else if (uHash < somMethodWithObjPara.m_uHash) { in IsMethodWithObjParam()
Dxfa_lexer.h88 uint32_t m_uHash; member
Dxfa_lexer.cpp523 if (uHash == keyword.m_uHash) in IsKeyword()
525 if (uHash < keyword.m_uHash) in IsKeyword()
Dxfa_fm2jscontext.cpp35 uint32_t m_uHash; member
3888 if (uHash == htmlhashedreservecode.m_uHash) { in HTMLSTR2Code()
3893 if (uHash < htmlhashedreservecode.m_uHash) in HTMLSTR2Code()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp350 uint32_t m_uHash; member
391 if (uHash == eventParaInfo->m_uHash) in GetEventParaInfoByName()
393 if (uHash < eventParaInfo->m_uHash) in GetEventParaInfoByName()