Lines Matching refs:Property

73         Property property(defs[i]);  in Initialize()
88 Property property(name, desc, is_global, value_sp); in AppendProperty()
231 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyNameAtIndex()
241 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyDescriptionAtIndex()
253 const Property *
259 const Property *
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()
656 const Property *
661 const Property *property = NULL; in GetPropertyAtPath()
699 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
705 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
712 OptionValueProperties::Apropos (const char *keyword, std::vector<const Property *> &matching_proper… in Apropos()
718 const Property *property = ProtectedGetPropertyAtIndex(i); in Apropos()