• Home
  • Raw
  • Download

Lines Matching defs:offset

112   Validator.prototype.validateEnum = function(offset, enumClass) {  argument
119 Validator.prototype.validateHandle = function(offset, nullable) { argument
132 Validator.prototype.validateInterface = function(offset, nullable) { argument
136 Validator.prototype.validateInterfaceRequest = function(offset, nullable) { argument
140 Validator.prototype.validateStructHeader = function(offset, minNumBytes) { argument
158 Validator.prototype.validateStructVersion = function(offset, versionSizes) { argument
178 Validator.prototype.isFieldInStructVersion = function(offset, fieldVersion) { argument
237 Validator.prototype.decodePointer = function(offset) { argument
245 Validator.prototype.decodeUnionSize = function(offset) { argument
249 Validator.prototype.decodeUnionTag = function(offset) { argument
254 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument
269 offset, structClass, nullable) { argument
282 offset, unionClass, nullable) { argument
293 offset, unionClass, nullable) { argument
314 offset, mapIsNullable, keyClass, valueClass, valueIsNullable) { argument
361 Validator.prototype.validateStringPointer = function(offset, nullable) { argument
370 function (offset, elementSize, elementType, expectedDimensionSizes, argument
432 function(offset, numElements, nullable) { argument
444 function(offset, numElements, nullable) { argument
456 function(offset, numElements, nullable) { argument
469 function(offset, numElements, elementClass, nullable, argument
484 function(offset, numElements, structClass, nullable) { argument
497 function(offset, numElements, enumClass) { argument