Lines Matching refs:supportedPlatforms
45 } supportedPlatforms[] =
63 const size_t count = sizeof(supportedPlatforms) / sizeof(supportedPlatforms[0]);
107 return supportedPlatforms[0].connect(supportedPlatforms[0].ID, platform);
111 if (supportedPlatforms[i].connect(desiredID, platform))
121 if (supportedPlatforms[i].ID == desiredID)
122 return supportedPlatforms[i].connect(desiredID, platform);
143 const size_t count = sizeof(supportedPlatforms) / sizeof(supportedPlatforms[0]);
161 if (platformID == supportedPlatforms[i].ID)