Searched refs:m_value_type (Results 1 – 2 of 2) sorted by relevance
55 m_context(v.m_context), m_value_type(v.m_value_type), in Value()73 m_value_type = rhs.m_value_type; in operator =()89 m_value_type = ValueType::HostAddress; in SetBytes()95 m_value_type = ValueType::HostAddress; in AppendBytes()112 switch (m_value_type) { in GetValueAddressType()191 m_value_type = ValueType::HostAddress; in ResizeData()293 switch (m_value_type) { in GetData()330 switch (m_value_type) { in GetValueAsData()580 switch (m_value_type) { in ResolveValue()599 m_value_type = ValueType::Scalar; in ResolveValue()[all …]
89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType()154 ValueType m_value_type = ValueType::Scalar; variable