reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
339 platform_sp = create_callback(false, &arch); 340 if (platform_sp && 341 platform_sp->IsCompatibleArchitecture(arch, true, 344 GetPlatformList().push_back(platform_sp); 345 return platform_sp; 354 platform_sp = create_callback(false, &arch); 355 if (platform_sp && 356 platform_sp->IsCompatibleArchitecture(arch, false, 359 GetPlatformList().push_back(platform_sp); 360 return platform_sp; 368 platform_sp.reset(); 369 return platform_sp;