Searched refs:TOKdotdot (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_lexer.h | 33 TOKdotdot, enumerator
|
D | xfa_lexer.cpp | 102 {TOKdotdot, 0x0000ec1c, L".."}, 355 p->m_type = TOKdotdot; in Scan()
|
D | xfa_fmparse.cpp | 659 case TOKdotdot: in ParsePostExpression() 671 tempLine, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression() 677 line, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
|
D | xfa_expression.cpp | 183 m_pExpression->GetOperatorToken() == TOKdotdot || in ToImpliedReturnJS()
|