Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h34 TOKge, enumerator
Dcxfa_fmlexer.cpp212 return CXFA_FMToken(TOKge); in NextToken()
Dcxfa_fmlexer_unittest.cpp123 {L">=", TOKge}, in TEST()
Dcxfa_fmparser.cpp466 case TOKge: in ParseRelationalExpression()
475 e1 = pdfium::MakeUnique<CXFA_FMGeExpression>(TOKge, std::move(e1), in ParseRelationalExpression()