Searched defs:bytes (Results 1 – 3 of 3) sorted by relevance
155 void Buffer::WriteBE(int32_t value, uint32_t bytes) in WriteBE()166 void Buffer::WriteLE(int32_t value, uint32_t bytes) in WriteLE()180 uint32_t Buffer::ReadBE(uint32_t bytes) in ReadBE()191 uint32_t Buffer::ReadLE(uint32_t bytes) in ReadLE()
58 void Utf32CodePointToUtf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in Utf32CodePointToUtf8()
746 void Parcel::SkipBytes(size_t bytes) in SkipBytes()