Lines Matching refs:GetPropertyAtIndex
124 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
231 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyNameAtIndex()
241 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyDescriptionAtIndex()
256 …return GetPropertyAtIndex (exe_ctx, will_modify, m_name_to_index.Find (name.GetCString(), SIZE_MAX… in GetProperty()
260 OptionValueProperties::GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint3… in GetPropertyAtIndex() function in OptionValueProperties
270 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
297 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
306 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsArgs()
329 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
352 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean()
365 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean()
381 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueDictionary()
390 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsEnumeration()
403 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexAsEnumeration()
417 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueFileSpec()
431 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsFileSpec()
445 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexAsFileSpec()
458 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueRegex()
471 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueSInt64()
484 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsSInt64()
497 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexAsSInt64()
510 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsString()
523 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexAsString()
546 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsUInt64()
559 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexAsUInt64()
612 const Property *property = GetPropertyAtIndex(exe_ctx, false, i); in DumpValue()