Searched defs:GetValueType (Results 1 - 12 of 12) sorted by relevance

/external/lldb/include/lldb/Core/
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
/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 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 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 DValue.cpp121 Value::GetValueType() const function in class:Value
H A DValueObjectConstResult.cpp246 ValueObjectConstResult::GetValueType() const function in class:ValueObjectConstResult
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());
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_util.py57 def GetValueType(type_): function
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc776 HRESULT RegKey::GetValueType(const wchar_t* full_key_name, function in class:rtc::RegKey
/external/lldb/source/API/
H A DSBValue.cpp419 SBValue::GetValueType () function in class:SBValue
425 result = value_sp->GetValueType();
432 case eValueTypeInvalid: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeInvalid", value_sp.get()); break;
433 case eValueTypeVariableGlobal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableGlobal", value_sp.get()); break;
434 case eValueTypeVariableStatic: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableStatic", value_sp.get()); break;
435 case eValueTypeVariableArgument:log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableArgument", value_sp.get()); break;
436 case eValueTypeVariableLocal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableLocal", value_sp.get()); break;
437 case eValueTypeRegister: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeRegister", value_sp.get()); break;
438 case eValueTypeRegisterSet: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeRegisterSet", value_sp.get()); break;
439 case eValueTypeConstResult: log->Printf ("SBValue(%p)::GetValueType ()
[all...]

Completed in 1224 milliseconds