Searched refs:m_MaxSize (Results 1 – 4 of 4) sorted by relevance
17 : m_MaxSize(maxSize) in PacketBuffer()20 m_Data = std::make_unique<unsigned char[]>(m_MaxSize); in PacketBuffer()40 if (size > m_MaxSize) in Commit()43 … "] bytes which is more than the maximum size of the buffer [" + std::to_string(m_MaxSize) + "]"); in Commit()62 m_MaxSize = 0; in Destroy()
40 unsigned int m_MaxSize; member in arm::pipe::PacketBuffer
180 : m_MaxSize(maxSize) in MockPacketBuffer()182 , m_Data(std::make_unique<unsigned char[]>(m_MaxSize)) in MockPacketBuffer()199 void Destroy() override {m_Data.reset(nullptr); m_Size = 0; m_MaxSize =0;} in Destroy()202 unsigned int m_MaxSize; member in arm::pipe::MockPacketBuffer
398 m_MaxSize: 40