Searched refs:GetValueType (Results 1 - 25 of 36) sorted by relevance

12

/external/lldb/source/Core/
H A DValueObjectCast.cpp84 ValueObjectCast::GetValueType() const function in class:ValueObjectCast
87 return m_parent->GetValueType();
110 SetValueDidChange (m_value.GetValueType() != old_value.GetValueType() || m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectChild.cpp58 ValueObjectChild::GetValueType() const function in class:ValueObjectChild
60 return m_parent->GetValueType();
126 Value::ValueType value_type = parent->GetValue().GetValueType();
H A DValueObjectDynamicValue.cpp110 ValueObjectDynamicValue::GetValueType() const function in class:ValueObjectDynamicValue
112 return m_parent->GetValueType();
277 SetValueDidChange (m_value.GetValueType() != old_value.GetValueType() || m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectSyntheticFilter.cpp138 ValueObjectSynthetic::GetValueType() const function in class:ValueObjectSynthetic
140 return m_parent->GetValueType();
H A DValueObjectMemory.cpp168 ValueObjectMemory::GetValueType() const function in class:ValueObjectMemory
192 Value::ValueType value_type = m_value.GetValueType();
233 SetValueDidChange (value_type != old_value.GetValueType() || m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectVariable.cpp108 ValueObjectVariable::GetValueType() const function in class:ValueObjectVariable
160 Value::ValueType value_type = m_value.GetValueType();
229 SetValueDidChange (value_type != old_value.GetValueType() || m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectConstResult.cpp246 ValueObjectConstResult::GetValueType() const function in class:ValueObjectConstResult
/external/lldb/include/lldb/Core/
H A DValueObjectCast.h42 GetValueType() const;
H A DValueObjectVariable.h47 GetValueType() const;
H A DValueObjectRegister.h38 GetValueType () const function in class:lldb_private::ValueObjectRegisterContext
85 GetValueType () const function in class:lldb_private::ValueObjectRegisterSet
143 GetValueType () const function in class:lldb_private::ValueObjectRegister
H A DValueObjectChild.h54 GetValueType() const;
H A DValueObjectConstResultImpl.h54 return (m_impl_backend->GetValue().GetValueType() == Value::eValueTypeHostAddress);
H A DValueObjectDynamicValue.h45 GetValueType() const;
H A DValueObjectMemory.h54 GetValueType() const;
H A DValueObjectSyntheticFilter.h52 GetValueType() const;
H A DValue.h140 GetValueType() const;
H A DValueObjectConstResult.h75 GetValueType() const;
/external/lldb/test/lang/cpp/class_static/
H A DTestStaticVariables.py114 self.assertTrue(val.GetValueType() == lldb.eValueTypeVariableStatic)
118 self.assertTrue(val.GetValueType() == lldb.eValueTypeVariableGlobal)
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_util.py57 def GetValueType(type_): function
/external/lldb/test/python_api/default-constructor/
H A Dsb_value.py18 obj.GetValueType()
/external/lldb/scripts/Python/interface/
H A DSBValue.i113 GetValueType ();
436 __swig_getmethods__["value_type"] = GetValueType
437 if _newclass: value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eValueType") that represents the type of this value (local, argument, global, register, etc.).''')
/external/lldb/source/Target/
H A DABI.cpp152 switch (result_value.GetValueType())
/external/lldb/test/lang/c/array_types/
H A DTestArrayTypes.py205 self.assertTrue(variable.GetValueType() == lldb.eValueTypeVariableLocal,
210 self.assertTrue(argc.GetValueType() == lldb.eValueTypeVariableArgument,
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.h239 static HRESULT GetValueType(const wchar_t* full_key_name,
/external/lldb/include/lldb/API/
H A DSBValue.h82 GetValueType ();

Completed in 3248 milliseconds

12