HomeSort by relevance Sort by last modified time
    Searched refs:sub_properties (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Interpreter/
Property.cpp 239 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); local
240 if (sub_properties)
246 sub_properties->DumpAllDescriptions(interpreter, strm);
OptionValueProperties.cpp 681 OptionValueProperties *sub_properties = property->GetValue()->GetAsProperties(); local
682 if (sub_properties)
683 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, sub_name + 1);

Completed in 510 milliseconds