Home
last modified time | relevance | path

Searched defs:WriteUint8 (Results 1 – 2 of 2) sorted by relevance

/external/libwebm/common/
Dlibwebm_util.cc98 bool WriteUint8(std::uint8_t val, std::FILE* fileptr) { in WriteUint8() function
/external/flatbuffers/go/
Dencode.go148 func WriteUint8(buf []byte, n uint8) { func