Searched defs:readUint32 (Results 1 – 7 of 7) sorted by relevance
767 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder
666 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader
373 func readUint32(outp *[]byte) (uint32, bool) { func
929 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { method in flatbuffers.ByteBuffer
87 Decoder.prototype.readUint32 = function() { method in Decoder
76 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function
1324 func readUint32(p []byte) (remain []byte, v uint32, err error) { func