Searched defs:make_selected (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp28 bool make_selected,
56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected);
26 CreatePlatformWithOptions(CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, Error& error, ArchSpec &platform_arch) const argument
/external/lldb/source/API/
H A DSBDebugger.cpp1111 bool make_selected = true; local
1112 m_opaque_sp->GetPlatformList().Append (platform_sp, make_selected);

Completed in 92 milliseconds