Searched refs:TOKdotdot (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmlexer.h | 33 TOKdotdot, enumerator
|
D | cxfa_fmlexer.cpp | 58 {TOKdotdot, 0x0000ec1c, L".."}, 334 m_token->m_type = TOKdotdot; in NextToken()
|
D | cxfa_fmparser.cpp | 786 case TOKdotdot: { in ParsePostExpression() 803 tempLine, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression() 809 line, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
|
D | cxfa_fmlexer_unittest.cpp | 158 {L"..", TOKdotdot}, in TEST()
|
D | cxfa_fmexpression.cpp | 227 m_pExpression->GetOperatorToken() == TOKdotdot || in ToImpliedReturnJS()
|