Searched defs:ByteReader (Results 1 – 8 of 8) sorted by relevance
26 public class ByteReader { class32 public ByteReader(byte[] bytes, int pos) { in ByteReader() method in ByteReader
16 ByteReader::ByteReader(Input in) : data_(in) {} in ByteReader() function in der::ByteReader
42 ByteReader::ByteReader(enum Endianness endian) in ByteReader() function in google_breakpad::ByteReader
71 class ByteReader; variable
524 using ByteReader = ByteChannel<kReadable>; variable
149 class ByteReader: class