Lines Matching refs:GetPropertyAtIndex

107     value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();  in GetValueForKey()
231 return GetPropertyAtIndex( in GetProperty()
236 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex() function in OptionValueProperties
243 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
269 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
278 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage()
286 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs()
305 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
324 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean()
335 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean()
349 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueDictionary()
357 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsEnumeration()
368 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsEnumeration()
380 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in GetPropertyAtIndexAsFormatEntity()
392 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueFileSpec()
403 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsFileSpec()
415 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsFileSpec()
427 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueRegex()
438 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueSInt64()
449 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsSInt64()
460 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsSInt64()
472 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsString()
483 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsString()
502 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsUInt64()
513 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsUInt64()
558 const Property *property = GetPropertyAtIndex(exe_ctx, false, i); in DumpValue()