Home
last modified time | relevance | path

Searched refs:WriteUint8 (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/go/
Dencode.go136 WriteUint8(buf, uint8(n))
148 func WriteUint8(buf []byte, n uint8) { func
Dtable.go311 WriteUint8(t.Bytes[off:], n)
Dbuilder.go707 WriteUint8(b.Bytes[b.head:], x)
/external/libwebm/common/
Dlibwebm_util.h57 bool WriteUint8(std::uint8_t val, std::FILE* fileptr);
Dlibwebm_util.cc98 bool WriteUint8(std::uint8_t val, std::FILE* fileptr) { in WriteUint8() function