Searched refs:m_value_type (Results 1 – 2 of 2) sorted by relevance
57 m_context(v.m_context), m_value_type(v.m_value_type), in Value()75 m_value_type = rhs.m_value_type; in operator =()91 m_value_type = ValueType::HostAddress; in SetBytes()97 m_value_type = ValueType::HostAddress; in AppendBytes()112 switch (m_value_type) { in GetValueAddressType()177 m_value_type = ValueType::HostAddress; in ResizeData()279 switch (m_value_type) { in GetData()316 switch (m_value_type) { in GetValueAsData()566 switch (m_value_type) { in ResolveValue()585 m_value_type = ValueType::Scalar; in ResolveValue()[all …]
89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType()152 ValueType m_value_type = ValueType::Scalar; variable