Searched defs:Reader (Results 1 – 7 of 7) sorted by relevance
131 struct Reader { struct132 const uint8_t* ptr;133 uint8_t GetUint8() in GetUint8()138 uint16_t GetUint16() in GetUint16()144 uint32_t GetUint32() in GetUint32()151 string_view GetStringView() in GetStringView()
34 pub(crate) struct Reader<T> { struct51 pub(crate) fn split<T>(stream: T) -> (Reader<T>, Writer<T>) in split() argument70 impl<T: AsyncRead> AsyncRead for Reader<T> { implementation
34 using Reader = std::function<int(const InterfaceInfo &)>; variable
315 ## Reader section
36 Reader(Box<dyn std::error::Error>), enumerator
32 Reader(Box<dyn Read + Send + Sync>), enumerator