Searched defs:byte_t (Results 1 – 8 of 8) sorted by relevance
30 typedef uint8_t byte_t; typedef
72 void skip( byte_t*, int ) in skip() argument
68 void skip( byte_t*, int ) in skip() argument
27 using byte_t = unsigned char; typedef
418 void write(const byte_t*, std::size_t) in write()442 std::size_t read(byte_t *, std::size_t) in read() argument
90 void skip( byte_t*, int ) in skip() argument
36 using byte_t = mp11::mp_if_c<IsMutable, unsigned char, unsigned char const>; typedef in boost::gil::bit_range