Searched defs:readUint64 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/js/binary/ | ||
D | decoder.js | 786 jspb.BinaryDecoder.prototype.readUint64 = function() { method in jspb.BinaryDecoder |
D | reader.js | 695 jspb.BinaryReader.prototype.readUint64 = function() { method in jspb.BinaryReader |
/external/syzkaller/pkg/ipc/ | ||
D | ipc.go | 383 func readUint64(outp *[]byte) (uint64, bool) { func |
/external/flatbuffers/js/ | ||
D | flatbuffers.js | 945 flatbuffers.ByteBuffer.prototype.readUint64 = function(offset) { method in flatbuffers.ByteBuffer |
/external/libchrome/mojo/public/js/lib/ | ||
D | codec.js | 99 Decoder.prototype.readUint64 = function() { method in Decoder |