Lines Matching defs:offset
58 Buffer.prototype.getUint8 = function(offset) { argument
61 Buffer.prototype.getUint16 = function(offset) { argument
64 Buffer.prototype.getUint32 = function(offset) { argument
67 Buffer.prototype.getUint64 = function(offset) { argument
79 Buffer.prototype.getInt8 = function(offset) { argument
82 Buffer.prototype.getInt16 = function(offset) { argument
85 Buffer.prototype.getInt32 = function(offset) { argument
88 Buffer.prototype.getInt64 = function(offset) { argument
100 Buffer.prototype.getFloat32 = function(offset) { argument
103 Buffer.prototype.getFloat64 = function(offset) { argument
107 Buffer.prototype.setUint8 = function(offset, value) { argument
110 Buffer.prototype.setUint16 = function(offset, value) { argument
113 Buffer.prototype.setUint32 = function(offset, value) { argument
116 Buffer.prototype.setUint64 = function(offset, value) { argument
127 Buffer.prototype.setInt8 = function(offset, value) { argument
130 Buffer.prototype.setInt16 = function(offset, value) { argument
133 Buffer.prototype.setInt32 = function(offset, value) { argument
136 Buffer.prototype.setInt64 = function(offset, value) { argument
147 Buffer.prototype.setFloat32 = function(offset, value) { argument
150 Buffer.prototype.setFloat64 = function(offset, value) { argument