• Home
  • Raw
  • Download

Lines Matching defs:val

234   Encoder.prototype.writeInt8 = function(val) {  argument
239 Encoder.prototype.writeUint8 = function(val) { argument
247 Encoder.prototype.writeInt16 = function(val) { argument
252 Encoder.prototype.writeUint16 = function(val) { argument
260 Encoder.prototype.writeInt32 = function(val) { argument
265 Encoder.prototype.writeUint32 = function(val) { argument
273 Encoder.prototype.writeInt64 = function(val) { argument
278 Encoder.prototype.writeUint64 = function(val) { argument
286 Encoder.prototype.writeFloat = function(val) { argument
291 Encoder.prototype.writeDouble = function(val) { argument
330 Encoder.prototype.encodeString = function(val) { argument
341 function(cls, val, numberOfElements, encodedSize) { argument
366 Encoder.prototype.encodeStruct = function(cls, val) { argument
370 Encoder.prototype.encodeStructPointer = function(cls, val) { argument
380 Encoder.prototype.encodeArrayPointer = function(cls, val) { argument
397 Encoder.prototype.encodeStringPointer = function(val) { argument
412 Encoder.prototype.encodeMap = function(keyClass, valueClass, val) { argument
426 Encoder.prototype.encodeMapPointer = function(keyClass, valueClass, val) { argument
593 MessageV0Builder.prototype.encodeStruct = function(cls, val) { argument
662 MessageV2Builder.prototype.setPayload = function(cls, val) { argument
663 this.payload = {cls: cls, val: val}; property
724 Int8.encode = function(encoder, val) { argument
728 Uint8.encode = function(encoder, val) { argument
754 Int16.encode = function(encoder, val) { argument
767 Uint16.encode = function(encoder, val) { argument
780 Int32.encode = function(encoder, val) { argument
793 Uint32.encode = function(encoder, val) { argument
806 Int64.encode = function(encoder, val) { argument
819 Uint64.encode = function(encoder, val) { argument
832 String.encode = function(encoder, val) { argument
854 Float.encode = function(encoder, val) { argument
867 Double.encode = function(encoder, val) { argument
881 Enum.prototype.encode = function(encoder, val) { argument
899 PointerTo.prototype.encode = function(encoder, val) { argument
930 ArrayOf.prototype.encode = function(encoder, val) { argument
949 Handle.encode = function(encoder, val) { argument
976 Interface.prototype.encode = function(encoder, val) { argument
999 AssociatedInterfacePtrInfo.encode = function(encoder, val) { argument
1028 InterfaceRequest.encode = function(encoder, val) { argument
1049 AssociatedInterfaceRequest.encode = function(encoder, val) { argument
1079 MapOf.prototype.encode = function(encoder, val) { argument