Lines Matching refs:OptionValueProperties

24 OptionValueProperties::OptionValueProperties(const ConstString &name)  in OptionValueProperties()  function in OptionValueProperties
27 OptionValueProperties::OptionValueProperties( in OptionValueProperties() function in OptionValueProperties
28 const OptionValueProperties &global_properties) in OptionValueProperties()
30 std::enable_shared_from_this<OptionValueProperties>(), in OptionValueProperties()
48 size_t OptionValueProperties::GetNumProperties() const { in GetNumProperties()
52 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()
63 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback()
70 void OptionValueProperties::AppendProperty(const ConstString &name, in AppendProperty()
101 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey()
112 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
195 Status OptionValueProperties::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
223 OptionValueProperties::GetPropertyIndex(const ConstString &name) const { in GetPropertyIndex()
228 OptionValueProperties::GetProperty(const ExecutionContext *exe_ctx, in GetProperty()
236 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex()
241 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
250 OptionValueProperties::GetPropertyAtIndexAsOptionValuePathMappings( in GetPropertyAtIndexAsOptionValuePathMappings()
259 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpecList( in GetPropertyAtIndexAsOptionValueFileSpecList()
267 OptionValueArch *OptionValueProperties::GetPropertyAtIndexAsOptionValueArch( in GetPropertyAtIndexAsOptionValueArch()
276 OptionValueProperties::GetPropertyAtIndexAsOptionValueLanguage( in GetPropertyAtIndexAsOptionValueLanguage()
284 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs()
303 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs()
322 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean()
333 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean()
347 OptionValueProperties::GetPropertyAtIndexAsOptionValueDictionary( in GetPropertyAtIndexAsOptionValueDictionary()
355 int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration( in GetPropertyAtIndexAsEnumeration()
366 bool OptionValueProperties::SetPropertyAtIndexAsEnumeration( in SetPropertyAtIndexAsEnumeration()
378 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity()
390 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpec( in GetPropertyAtIndexAsOptionValueFileSpec()
401 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec()
412 bool OptionValueProperties::SetPropertyAtIndexAsFileSpec( in SetPropertyAtIndexAsFileSpec()
425 OptionValueProperties::GetPropertyAtIndexAsOptionValueRegex( in GetPropertyAtIndexAsOptionValueRegex()
436 OptionValueSInt64 *OptionValueProperties::GetPropertyAtIndexAsOptionValueSInt64( in GetPropertyAtIndexAsOptionValueSInt64()
447 int64_t OptionValueProperties::GetPropertyAtIndexAsSInt64( in GetPropertyAtIndexAsSInt64()
458 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64()
469 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString()
481 bool OptionValueProperties::SetPropertyAtIndexAsString( in SetPropertyAtIndexAsString()
492 OptionValueString *OptionValueProperties::GetPropertyAtIndexAsOptionValueString( in GetPropertyAtIndexAsOptionValueString()
500 uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64( in GetPropertyAtIndexAsUInt64()
511 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64()
522 bool OptionValueProperties::Clear() { in Clear()
529 Status OptionValueProperties::SetValueFromString(llvm::StringRef value, in SetValueFromString()
554 void OptionValueProperties::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
570 Status OptionValueProperties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue()
590 lldb::OptionValueSP OptionValueProperties::DeepCopy() const { in DeepCopy()
594 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath()
614 OptionValueProperties *sub_properties = in GetPropertyAtPath()
623 void OptionValueProperties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions()
639 void OptionValueProperties::Apropos( in Apropos()
647 const OptionValueProperties *properties = in Apropos()
670 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty()
674 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties(); in GetSubProperty()