Searched defs:LexerImpl (Results 1 – 1 of 1) sorted by relevance
12 struct LexerImpl { struct19 T read() { in read()33 int64_t readSLEB128() { in readSLEB128()54 uint64_t readULEB128() { in readULEB128()69 const char* readCString() { in readCString()83 int64_t readEncoded(uint8_t enc) { in readEncoded()121 LexerImpl& skip(int64_t bytes) { in skip() argument126 int64_t readEncodedValue(uint8_t enc) { in readEncodedValue()155 // using Lexer = LexerImpl<false>; argument