Lines Matching refs:Prepend
305 function mt:Prepend(flags, off) function
314 self:Prepend(flags, x)
348 function mt:PrependBool(x) self:Prepend(Bool, x) end
349 function mt:PrependByte(x) self:Prepend(Uint8, x) end
350 function mt:PrependUint8(x) self:Prepend(Uint8, x) end
351 function mt:PrependUint16(x) self:Prepend(Uint16, x) end
352 function mt:PrependUint32(x) self:Prepend(Uint32, x) end
353 function mt:PrependUint64(x) self:Prepend(Uint64, x) end
354 function mt:PrependInt8(x) self:Prepend(Int8, x) end
355 function mt:PrependInt16(x) self:Prepend(Int16, x) end
356 function mt:PrependInt32(x) self:Prepend(Int32, x) end
357 function mt:PrependInt64(x) self:Prepend(Int64, x) end
358 function mt:PrependFloat32(x) self:Prepend(Float32, x) end
359 function mt:PrependFloat64(x) self:Prepend(Float64, x) end
360 function mt:PrependVOffsetT(x) self:Prepend(VOffsetT, x) end