Home
last modified time | relevance | path

Searched refs:TOKplus (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h20 TOKplus, enumerator
Dxfa_fmparse.cpp145 case TOKplus: in ParseExpression()
389 case TOKplus: in ParseAddtiveExpression()
394 line, TOKplus, std::move(e1), std::move(e2)); in ParseAddtiveExpression()
456 case TOKplus: in ParseUnaryExpression()
748 if (m_pToken->m_type == TOKplus) { in ParseIndexExpression()
Dxfa_lexer.cpp89 {TOKplus, 0x0000002b, L"+"},
321 p->m_type = TOKplus; in Scan()
Dxfa_simpleexpression.cpp407 case TOKplus: in ToJavaScript()
454 : CXFA_FMUnaryExpression(line, TOKplus, std::move(pExp)) {} in CXFA_FMPosExpression()