Lines Matching refs:Property
31 Property property(definition); in Initialize()
42 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback()
51 Property property(name.GetStringRef(), desc.GetStringRef(), is_global, in AppendProperty()
172 const Property *
181 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex()
188 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
214 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
223 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage()
231 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsLanguage()
242 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs()
273 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
298 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean()
309 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean()
323 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueDictionary()
331 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsEnumeration()
342 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsEnumeration()
354 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in GetPropertyAtIndexAsFormatEntity()
366 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueFileSpec()
377 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsFileSpec()
389 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsFileSpec()
401 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueRegex()
412 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueSInt64()
423 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueUInt64()
434 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsSInt64()
445 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsSInt64()
457 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsString()
468 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsString()
487 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsUInt64()
498 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsUInt64()
542 const Property *property = GetPropertyAtIndex(exe_ctx, false, i); in DumpValue()
559 const Property *property = GetPropertyAtIndex(exe_ctx, false, i); in ToJSON()
621 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath()
623 const Property *property = nullptr; in GetPropertyAtPath()
655 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
660 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
668 std::vector<const Property *> &matching_properties) const { in Apropos()
672 const Property *property = ProtectedGetPropertyAtIndex(i); in Apropos()