Home
last modified time | relevance | path

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

/external/flatbuffers/ts/
Dbyte-buffer.ts101 writeUint8(offset: number, value: number): void { method in ByteBuffer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
/external/libchrome/mojo/public/js/lib/
Dcodec.js239 Encoder.prototype.writeUint8 = function(val) { method in Encoder