Searched refs:sub_properties (Results 1 – 2 of 2) sorted by relevance
281 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription() local282 if (sub_properties) { in DumpDescription()287 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
593 OptionValueProperties *sub_properties = in GetPropertyAtPath() local595 if (sub_properties) in GetPropertyAtPath()596 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()