Searched refs:sub_properties (Results 1 – 2 of 2) sorted by relevance
239 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription() local240 if (sub_properties) in DumpDescription()246 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
681 OptionValueProperties *sub_properties = property->GetValue()->GetAsProperties(); in GetPropertyAtPath() local682 if (sub_properties) in GetPropertyAtPath()683 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, sub_name + 1); in GetPropertyAtPath()