Home
last modified time | relevance | path

Searched defs:writeUint8 (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/ts/
Dbyte-buffer.ts101 writeUint8(offset: number, value: number): void { method in ByteBuffer
/third_party/protobuf/js/binary/
Dencoder.js259 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function