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()
78 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey()
89 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
140 Status OptionValueProperties::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
167 OptionValueProperties::GetPropertyIndex(ConstString name) const { in GetPropertyIndex()
172 OptionValueProperties::GetProperty(const ExecutionContext *exe_ctx, in GetProperty()
180 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex()
185 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
194 OptionValueProperties::GetPropertyAtIndexAsOptionValuePathMappings( in GetPropertyAtIndexAsOptionValuePathMappings()
203 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpecList( in GetPropertyAtIndexAsOptionValueFileSpecList()
211 OptionValueArch *OptionValueProperties::GetPropertyAtIndexAsOptionValueArch( in GetPropertyAtIndexAsOptionValueArch()
220 OptionValueProperties::GetPropertyAtIndexAsOptionValueLanguage( in GetPropertyAtIndexAsOptionValueLanguage()
228 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs()
253 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs()
278 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean()
289 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean()
303 OptionValueProperties::GetPropertyAtIndexAsOptionValueDictionary( in GetPropertyAtIndexAsOptionValueDictionary()
311 int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration( in GetPropertyAtIndexAsEnumeration()
322 bool OptionValueProperties::SetPropertyAtIndexAsEnumeration( in SetPropertyAtIndexAsEnumeration()
334 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity()
346 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpec( in GetPropertyAtIndexAsOptionValueFileSpec()
357 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec()
368 bool OptionValueProperties::SetPropertyAtIndexAsFileSpec( in SetPropertyAtIndexAsFileSpec()
381 OptionValueProperties::GetPropertyAtIndexAsOptionValueRegex( in GetPropertyAtIndexAsOptionValueRegex()
392 OptionValueSInt64 *OptionValueProperties::GetPropertyAtIndexAsOptionValueSInt64( in GetPropertyAtIndexAsOptionValueSInt64()
403 int64_t OptionValueProperties::GetPropertyAtIndexAsSInt64( in GetPropertyAtIndexAsSInt64()
414 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64()
425 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString()
437 bool OptionValueProperties::SetPropertyAtIndexAsString( in SetPropertyAtIndexAsString()
448 OptionValueString *OptionValueProperties::GetPropertyAtIndexAsOptionValueString( in GetPropertyAtIndexAsOptionValueString()
456 uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64( in GetPropertyAtIndexAsUInt64()
467 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64()
478 void OptionValueProperties::Clear() { in Clear()
484 Status OptionValueProperties::SetValueFromString(llvm::StringRef value, in SetValueFromString()
509 void OptionValueProperties::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
525 Status OptionValueProperties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue()
546 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy()
551 return std::static_pointer_cast<OptionValueProperties>(copy_sp); in CreateLocalCopy()
555 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
559 auto *props_value_ptr = static_cast<OptionValueProperties *>(copy_sp.get()); in DeepCopy()
573 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath()
593 OptionValueProperties *sub_properties = in GetPropertyAtPath()
602 void OptionValueProperties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions()
618 void OptionValueProperties::Apropos( in Apropos()
626 const OptionValueProperties *properties = in Apropos()
649 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty()
653 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties(); in GetSubProperty()