Searched refs:TOKeof (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmlexer_unittest.cpp | 16 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 …]
|
D | cxfa_fmlexer.cpp | 53 {TOKeof, "eof"}, 299 return CXFA_FMToken(TOKeof); in NextToken()
|
D | cxfa_fmlexer.h | 49 TOKeof, enumerator
|
D | cxfa_fmparser.cpp | 81 if (m_token.m_type == TOKeof || m_token.m_type == TOKendfunc || in ParseExpressionList()
|