Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Ddecoder.js767 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder
Dreader.js666 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader
/external/syzkaller/pkg/ipc/
Dipc.go373 func readUint32(outp *[]byte) (uint32, bool) { func
/external/flatbuffers/js/
Dflatbuffers.js929 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js87 Decoder.prototype.readUint32 = function() { method in Decoder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp76 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go1324 func readUint32(p []byte) (remain []byte, v uint32, err error) { func