Home
last modified time | relevance | path

Searched defs:LexerImpl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dlexer.h12 struct LexerImpl { struct
19 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() argument
126 int64_t readEncodedValue(uint8_t enc) { in readEncodedValue()
155 // using Lexer = LexerImpl<false>; argument