Searched defs:ReadUint8 (Results 1 – 10 of 10) sorted by relevance
41 Error FrameData::ReadUint8(uint8_t &aUint8) { return ReadBytes(&aUint8, sizeof(uint8_t)); } in ReadUint8() function in ot::FrameData
36 uint8_t ByteInputStream::ReadUint8() { in ReadUint8() function in nogrod::ByteInputStream
74 func (r *Reader) ReadUint8() uint8 { func
42 func (s *String) ReadUint8(out *uint8) bool { func
128 bool Parser::ReadUint8(uint8_t *out) { in ReadUint8() function in bssl::der::Parser
159 uint8_t ReadUint8() { in ReadUint8() function
69 uint8_t ReadUint8(const unsigned char* buffer, unsigned int offset) in ReadUint8() function
95 otError Decoder::ReadUint8(uint8_t &aUint8) in ReadUint8() function in ot::Spinel::Decoder
43 static BROTLI_BOOL ReadUint8(const uint8_t* encoded, size_t size, size_t* pos, in ReadUint8() function
104 uint8_t ReadUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint8() function