Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/
Dbyte-buffer.ts101 writeUint8(offset: number, value: number): void { method in ByteBuffer
/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