Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer_unittest.cpp16 EXPECT_EQ(TOKeof, token->m_type); in TEST()
27 EXPECT_EQ(TOKeof, token->m_type); in TEST()
74 EXPECT_EQ(TOKeof, token->m_type); in TEST()
172 EXPECT_EQ(TOKeof, token->m_type); in TEST()
176 EXPECT_EQ(TOKeof, token->m_type); in TEST()
188 EXPECT_EQ(TOKeof, token->m_type); in TEST()
192 EXPECT_EQ(TOKeof, token->m_type); in TEST()
196 EXPECT_EQ(TOKeof, token->m_type); in TEST()
208 EXPECT_EQ(TOKeof, token->m_type); in TEST()
242 EXPECT_EQ(TOKeof, token->m_type); in TEST()
[all …]
Dcxfa_fmlexer.h52 TOKeof, enumerator
Dcxfa_fmparser.cpp74 if (m_token->m_type == TOKeof || m_token->m_type == TOKendfunc || in ParseTopExpression()
689 } else if (m_token->m_type == TOKeof || in ParsePostExpression()
742 } else if (m_token->m_type == TOKeof || in ParsePostExpression()
952 case TOKeof: in ParseBlockExpression()
1023 case TOKeof: in ParseIfExpression()
Dcxfa_fmlexer.cpp77 {TOKeof, 0x0a63195a, L"eof"},
366 m_token->m_type = TOKeof; in NextToken()