Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/
Dbyte-buffer.ts58 readUint8(offset: number): number { method in ByteBuffer
/third_party/protobuf/js/binary/
Ddecoder.js638 jspb.BinaryDecoder.prototype.readUint8 = function() { method in jspb.BinaryDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() function