Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h16 TOKmul, enumerator
Dcxfa_fmparser.cpp554 case TOKmul: in ParseMultiplicativeExpression()
562 e1 = pdfium::MakeUnique<CXFA_FMMulExpression>(TOKmul, std::move(e1), in ParseMultiplicativeExpression()
882 if (m_token.m_type == TOKmul) { in ParseIndexExpression()
Dcxfa_fmlexer.cpp244 return CXFA_FMToken(TOKmul); in NextToken()
Dcxfa_fmlexer_unittest.cpp117 {L"*", TOKmul}, in TEST()