Searched defs:WriteUint8 (Results 1 – 6 of 6) sorted by relevance
98 bool WriteUint8(std::uint8_t val, std::FILE* fileptr) { in WriteUint8() function
193 otError WriteUint8(uint8_t aUint8) { return mNcpBuffer.InFrameFeedByte(aUint8); } in WriteUint8() function in ot::Spinel::Encoder
189 func (c Cursor) WriteUint8(val uint8) { func
148 func WriteUint8(buf []byte, n uint8) { func
119 void WriteUint8(unsigned char* buffer, unsigned int offset, uint8_t value) in WriteUint8() function
69 void WriteUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint8_t value) in WriteUint8() function