Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:GetPropertyAtIndex

124         value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
231 const Property *property = GetPropertyAtIndex(NULL, false, idx);
241 const Property *property = GetPropertyAtIndex(NULL, false, idx);
256 return GetPropertyAtIndex (exe_ctx, will_modify, m_name_to_index.Find (name.GetCString(), SIZE_MAX));
260 OptionValueProperties::GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
270 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx);
297 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
306 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
329 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
352 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
365 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
381 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
390 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
403 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
417 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
431 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
445 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
458 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
471 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
484 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
497 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
510 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
523 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
546 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx);
559 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx);
612 const Property *property = GetPropertyAtIndex(exe_ctx, false, i);