Searched refs:PlatformList (Results 1 – 3 of 3) sorted by relevance
1047 class PlatformList {1049 PlatformList() : m_mutex(), m_platforms(), m_selected_platform_sp() {} in PlatformList() function1051 ~PlatformList() = default;1113 DISALLOW_COPY_AND_ASSIGN(PlatformList);
177 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()383 PlatformList m_platform_list;
180 typedef std::vector<PlatformSP> PlatformList; in CreateTargetInternal() typedef181 PlatformList platforms; in CreateTargetInternal()