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()
23 EXPECT_EQ(TOKeof, token.m_type); in TEST()
35 EXPECT_EQ(TOKeof, token.m_type); in TEST()
83 EXPECT_EQ(TOKeof, token.m_type); in TEST()
183 EXPECT_EQ(TOKeof, token.m_type); in TEST()
187 EXPECT_EQ(TOKeof, token.m_type); in TEST()
199 EXPECT_EQ(TOKeof, token.m_type); in TEST()
203 EXPECT_EQ(TOKeof, token.m_type); in TEST()
207 EXPECT_EQ(TOKeof, token.m_type); in TEST()
219 EXPECT_EQ(TOKeof, token.m_type); in TEST()
[all …]
Dcxfa_fmlexer.cpp53 {TOKeof, "eof"},
299 return CXFA_FMToken(TOKeof); in NextToken()
Dcxfa_fmlexer.h49 TOKeof, enumerator
Dcxfa_fmparser.cpp81 if (m_token.m_type == TOKeof || m_token.m_type == TOKendfunc || in ParseExpressionList()