Home
last modified time | relevance | path

Searched defs:readUint32 (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js158 function readUint32(bufferDecoder, start) { function
354 readUint32, property
/third_party/flatbuffers/ts/
Dbyte-buffer.ts74 readUint32(offset: number): number { method in ByteBuffer
/third_party/protobuf/js/binary/
Ddecoder.js665 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder
Dreader.js666 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function