Lines Matching refs:GetBytes
59 (rhs_value == (uintptr_t)v.m_data_buffer.GetBytes())) { in Value()
60 m_data_buffer.CopyData(v.m_data_buffer.GetBytes(), in Value()
63 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
77 (rhs_value == (uintptr_t)rhs.m_data_buffer.GetBytes())) { in operator =()
78 m_data_buffer.CopyData(rhs.m_data_buffer.GetBytes(), in operator =()
81 m_value = (uintptr_t)m_data_buffer.GetBytes(); in operator =()
90 m_value = (uintptr_t)m_data_buffer.GetBytes(); in SetBytes()
96 m_value = (uintptr_t)m_data_buffer.GetBytes(); in AppendBytes()
149 rhs.m_value.GetAsMemoryData(m_data_buffer.GetBytes() + curr_size, in AppendDataToHostBuffer()
159 const uint8_t *src = rhs.GetBuffer().GetBytes(); in AppendDataToHostBuffer()
164 ::memcpy(m_data_buffer.GetBytes() + curr_size, src, src_len); in AppendDataToHostBuffer()
176 m_value = (uintptr_t)m_data_buffer.GetBytes(); in ResizeData()
288 data.SetData(m_data_buffer.GetBytes(), m_data_buffer.GetByteSize(), in GetData()
584 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) { in ResolveValue()
590 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) { in ResolveValue()