Lines Matching refs:GetBytes
62 (rhs_value == (uintptr_t)v.m_data_buffer.GetBytes())) { in Value()
63 m_data_buffer.CopyData(v.m_data_buffer.GetBytes(), in Value()
66 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
80 (rhs_value == (uintptr_t)rhs.m_data_buffer.GetBytes())) { in operator =()
81 m_data_buffer.CopyData(rhs.m_data_buffer.GetBytes(), in operator =()
84 m_value = (uintptr_t)m_data_buffer.GetBytes(); in operator =()
93 m_value = (uintptr_t)m_data_buffer.GetBytes(); in SetBytes()
99 m_value = (uintptr_t)m_data_buffer.GetBytes(); in AppendBytes()
152 rhs.m_value.GetAsMemoryData(m_data_buffer.GetBytes() + curr_size, in AppendDataToHostBuffer()
162 const uint8_t *src = rhs.GetBuffer().GetBytes(); in AppendDataToHostBuffer()
167 ::memcpy(m_data_buffer.GetBytes() + curr_size, src, src_len); in AppendDataToHostBuffer()
179 m_value = (uintptr_t)m_data_buffer.GetBytes(); in ResizeData()
291 data.SetData(m_data_buffer.GetBytes(), m_data_buffer.GetByteSize(), in GetData()
587 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) { in ResolveValue()
593 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) { in ResolveValue()