Lines Matching refs:GetBytes
60 (rhs_value == (uintptr_t)v.m_data_buffer.GetBytes())) { in Value()
61 m_data_buffer.CopyData(v.m_data_buffer.GetBytes(), in Value()
64 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
78 (rhs_value == (uintptr_t)rhs.m_data_buffer.GetBytes())) { in operator =()
79 m_data_buffer.CopyData(rhs.m_data_buffer.GetBytes(), in operator =()
82 m_value = (uintptr_t)m_data_buffer.GetBytes(); in operator =()
91 m_value = (uintptr_t)m_data_buffer.GetBytes(); in SetBytes()
97 m_value = (uintptr_t)m_data_buffer.GetBytes(); in AppendBytes()
166 rhs.m_value.GetAsMemoryData(m_data_buffer.GetBytes() + curr_size, in AppendDataToHostBuffer()
176 const uint8_t *src = rhs.GetBuffer().GetBytes(); in AppendDataToHostBuffer()
181 ::memcpy(m_data_buffer.GetBytes() + curr_size, src, src_len); in AppendDataToHostBuffer()
193 m_value = (uintptr_t)m_data_buffer.GetBytes(); in ResizeData()
305 data.SetData(m_data_buffer.GetBytes(), m_data_buffer.GetByteSize(), in GetData()
601 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) { in ResolveValue()
607 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) { in ResolveValue()