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