Home
last modified time | relevance | path

Searched refs:t012lexerXMLLexerTraits (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Cpp/tests/
Dt012.cpp34t012lexerXMLLexerTraits::InputStreamType* input = new t012lexerXMLLexerTraits::InputStreamType((co… in testValid()
46 t012lexerXMLLexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
66t012lexerXMLLexerTraits::InputStreamType* input = new t012lexerXMLLexerTraits::InputStreamType((co… in testMalformedInput1()
77 t012lexerXMLLexerTraits::CommonTokenType *token; in testMalformedInput1()
104t012lexerXMLLexerTraits::InputStreamType* input = new t012lexerXMLLexerTraits::InputStreamType((co… in testMalformedInput2()
115 t012lexerXMLLexerTraits::CommonTokenType *token; in testMalformedInput2()
142t012lexerXMLLexerTraits::InputStreamType* input = new t012lexerXMLLexerTraits::InputStreamType((co… in testMalformedInput3()
153 t012lexerXMLLexerTraits::CommonTokenType *token; in testMalformedInput3()
DUserTestTraits.hpp61 typedef antlr3::Traits<t012lexerXMLLexer, NoParser, UserTraits> t012lexerXMLLexerTraits; typedef