Searched defs:StringLexer (Results 1 – 2 of 2) sorted by relevance
17 StringLexer::StringLexer(std::string s) : m_data(s), m_position(0) {} in StringLexer() function in StringLexer19 StringLexer::StringLexer(const StringLexer &rhs) in StringLexer() function in StringLexer
19 class StringLexer; variable