Searched refs:m_value_type (Results 1 – 2 of 2) sorted by relevance
62 m_value_type(v.m_value_type), m_context_type(v.m_context_type), in Value()81 m_value_type = rhs.m_value_type; in operator =()97 m_value_type = eValueTypeHostAddress; in SetBytes()103 m_value_type = eValueTypeHostAddress; in AppendBytes()118 switch (m_value_type) { in GetValueAddressType()192 m_value_type = eValueTypeHostAddress; in ResizeData()298 switch (m_value_type) { in GetData()330 switch (m_value_type) { in GetValueAsData()589 switch (m_value_type) { in ResolveValue()607 m_value_type = eValueTypeScalar; in ResolveValue()[all …]
155 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType()243 ValueType m_value_type; variable