Lines Matching refs:OptionValueProperties

23 OptionValueProperties::OptionValueProperties(ConstString name) : m_name(name) {}  in OptionValueProperties()  function in OptionValueProperties
25 size_t OptionValueProperties::GetNumProperties() const { in GetNumProperties()
29 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()
40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback()
47 void OptionValueProperties::AppendProperty(ConstString name, in AppendProperty()
79 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey()
90 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
141 Status OptionValueProperties::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
168 OptionValueProperties::GetPropertyIndex(ConstString name) const { in GetPropertyIndex()
173 OptionValueProperties::GetProperty(const ExecutionContext *exe_ctx, in GetProperty()
181 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex()
186 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
195 OptionValueProperties::GetPropertyAtIndexAsOptionValuePathMappings( in GetPropertyAtIndexAsOptionValuePathMappings()
204 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpecList( in GetPropertyAtIndexAsOptionValueFileSpecList()
212 OptionValueArch *OptionValueProperties::GetPropertyAtIndexAsOptionValueArch( in GetPropertyAtIndexAsOptionValueArch()
221 OptionValueProperties::GetPropertyAtIndexAsOptionValueLanguage( in GetPropertyAtIndexAsOptionValueLanguage()
229 bool OptionValueProperties::SetPropertyAtIndexAsLanguage( in SetPropertyAtIndexAsLanguage()
240 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs()
265 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs()
290 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean()
301 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean()
315 OptionValueProperties::GetPropertyAtIndexAsOptionValueDictionary( in GetPropertyAtIndexAsOptionValueDictionary()
323 int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration( in GetPropertyAtIndexAsEnumeration()
334 bool OptionValueProperties::SetPropertyAtIndexAsEnumeration( in SetPropertyAtIndexAsEnumeration()
346 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity()
358 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpec( in GetPropertyAtIndexAsOptionValueFileSpec()
369 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec()
380 bool OptionValueProperties::SetPropertyAtIndexAsFileSpec( in SetPropertyAtIndexAsFileSpec()
393 OptionValueProperties::GetPropertyAtIndexAsOptionValueRegex( in GetPropertyAtIndexAsOptionValueRegex()
404 OptionValueSInt64 *OptionValueProperties::GetPropertyAtIndexAsOptionValueSInt64( in GetPropertyAtIndexAsOptionValueSInt64()
415 OptionValueUInt64 *OptionValueProperties::GetPropertyAtIndexAsOptionValueUInt64( in GetPropertyAtIndexAsOptionValueUInt64()
426 int64_t OptionValueProperties::GetPropertyAtIndexAsSInt64( in GetPropertyAtIndexAsSInt64()
437 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64()
448 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString()
460 bool OptionValueProperties::SetPropertyAtIndexAsString( in SetPropertyAtIndexAsString()
471 OptionValueString *OptionValueProperties::GetPropertyAtIndexAsOptionValueString( in GetPropertyAtIndexAsOptionValueString()
479 uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64( in GetPropertyAtIndexAsUInt64()
490 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64()
501 void OptionValueProperties::Clear() { in Clear()
507 Status OptionValueProperties::SetValueFromString(llvm::StringRef value, in SetValueFromString()
532 void OptionValueProperties::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
548 Status OptionValueProperties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue()
569 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy()
574 return std::static_pointer_cast<OptionValueProperties>(copy_sp); in CreateLocalCopy()
578 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
582 auto *props_value_ptr = static_cast<OptionValueProperties *>(copy_sp.get()); in DeepCopy()
596 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath()
616 OptionValueProperties *sub_properties = in GetPropertyAtPath()
625 void OptionValueProperties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions()
641 void OptionValueProperties::Apropos( in Apropos()
649 const OptionValueProperties *properties = in Apropos()
672 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty()
676 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties(); in GetSubProperty()