U8 108 axscript/ByteArrayGlue.cpp m_array = new U8[lhs.m_length];
U8 151 axscript/ByteArrayGlue.cpp U8 *newArray = new U8[newCapacity];
U8 168 axscript/ByteArrayGlue.cpp U8 ByteArray::operator[] (uint32 index) const
U8 177 axscript/ByteArrayGlue.cpp U8& ByteArray::operator[] (uint32 index)
U8 187 axscript/ByteArrayGlue.cpp void ByteArray::Push(U8 value)
U8 196 axscript/ByteArrayGlue.cpp void ByteArray::Push(const U8 *data, uint32 count)
U8 288 axscript/ByteArrayGlue.cpp m_byteArray[i] = (U8)(core()->integer(value));
U8 312 axscript/ByteArrayGlue.cpp m_byteArray[index] = (U8)(intValue);
U8 455 axscript/ByteArrayGlue.cpp m_byteArray.WriteU8((U8)value);
U8 490 axscript/ByteArrayGlue.cpp U8 *gzdata = new U8[gzlen];
U8 493 axscript/ByteArrayGlue.cpp compress2((U8*)gzdata, (unsigned long*)&gzlen,
U8 515 axscript/ByteArrayGlue.cpp U8 *gzdata = new U8[gzlen];
U8 532 axscript/ByteArrayGlue.cpp U8 *buffer = new U8 [kBufferSize];
U8 50 axscript/ByteArrayGlue.h U8 operator [] (uint32 index) const;
U8 51 axscript/ByteArrayGlue.h U8& operator [] (uint32 index);
U8 52 axscript/ByteArrayGlue.h void Push(U8 value);
U8 53 axscript/ByteArrayGlue.h void Push(const U8 *buffer, uint32 count);
U8 57 axscript/ByteArrayGlue.h U8 *GetBuffer() const { return m_array; }
U8 64 axscript/ByteArrayGlue.h U8 *m_array;
U8 55 axscript/DataIO.cpp U8 value;
U8 61 axscript/DataIO.cpp U8 DataInput::ReadU8()
U8 63 axscript/DataIO.cpp U8 value;
U8 180 axscript/DataIO.cpp void DataOutput::WriteU8(U8 value)
U8 148 axscript/dataio.h U8 ReadU8();
U8 174 axscript/dataio.h void WriteU8(U8 value);
U8 107 shell/ByteArrayGlue.cpp U8 *newArray = mmfx_new_array(uint8_t, newCapacity);
U8 125 shell/ByteArrayGlue.cpp U8 ByteArray::operator[] (uint32_t index) const
U8 134 shell/ByteArrayGlue.cpp U8& ByteArray::operator[] (uint32_t index)
U8 145 shell/ByteArrayGlue.cpp void ByteArray::Push(U8 value)
U8 155 shell/ByteArrayGlue.cpp void ByteArray::Push(const U8 *data, uint32_t count)
U8 310 shell/ByteArrayGlue.cpp m_byteArray[i] = (U8)(AvmCore::integer(value));
U8 332 shell/ByteArrayGlue.cpp m_byteArray[index] = (U8)(intValue);
U8 462 shell/ByteArrayGlue.cpp m_byteArray.WriteU8((U8)value);
U8 496 shell/ByteArrayGlue.cpp U8 *gzdata = mmfx_new_array( uint8_t, gzlen );
U8 51 shell/ByteArrayGlue.h U8 operator [] (uint32_t index) const;
U8 52 shell/ByteArrayGlue.h U8& operator [] (uint32_t index);
U8 53 shell/ByteArrayGlue.h void Push(U8 value);
U8 54 shell/ByteArrayGlue.h void Push(const U8 *buffer, uint32_t count);
U8 58 shell/ByteArrayGlue.h U8 *GetBuffer() const { return m_array; }
U8 90 shell/ByteArrayGlue.h U8 *m_array;
U8 48 shell/DataIO.cpp U8 value;
U8 54 shell/DataIO.cpp U8 DataInput::ReadU8()
U8 56 shell/DataIO.cpp U8 value;
U8 185 shell/DataIO.cpp void DataOutput::WriteU8(U8 value)
U8 150 shell/DataIO.h U8 ReadU8();
U8 175 shell/DataIO.h void WriteU8(U8 value);
U8 56 shell/genericzlib.h const U8* pbCompressed,
U8 58 shell/genericzlib.h U8* pbDecompressedOut,
U8 90 shell/genericzlib.h inline void SetNextIn(const U8* pbCompressed); // set next input byte
U8 103 shell/genericzlib.h inline void SetNextOut(U8* pbDecompressed); // set next output byte should be put there
U8 104 shell/genericzlib.h inline U8* NextOut(); // get next output byte should be put there
U8 136 shell/genericzlib.h void PlatformZlibStream::SetNextIn(const U8* pbCompressed)
U8 169 shell/genericzlib.h void PlatformZlibStream::SetNextOut(U8* pbDecompressed)
U8 175 shell/genericzlib.h U8* PlatformZlibStream::NextOut()