HomeSort by relevance Sort by last modified time
    Searched defs:WriteUint8 (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/go/
encode.go 136 WriteUint8(buf, uint8(n))
147 // WriteUint8 encodes a little-endian uint8 into a byte slice.
148 func WriteUint8(buf []byte, n uint8) {
  /external/v8/src/parsing/
preparsed-scope-data.cc 120 void ProducedPreParsedScopeData::ByteData::WriteUint8(uint8_t data) {
369 byte_data_->WriteUint8(scope->scope_type());
377 byte_data_->WriteUint8(eval);
400 byte_data_->WriteUint8(name->is_one_byte());
403 byte_data_->WriteUint8(name->raw_data()[i]);

Completed in 755 milliseconds