Searched refs:platform_dict (Results 1 – 4 of 4) sorted by relevance
333 platform_dict = dependency_dict.get('file_info', {}).get(platform)334 if not platform_dict:347 platform_dict = dependency_dict.get('file_info', {}).get(platform)348 if not platform_dict:355 return platform_dict.get(data_type)356 return platform_dict
1065 self.platform_dict = {'cloud_storage_hash': self.cs_hash,1078 'plat2': self.platform_dict1344 self.assertEqual(self.platform_dict,
49 platform_dict = { variable71 protect = platform_dict[platform]
1087 auto platform_dict = std::make_unique<StructuredData::Dictionary>(); in GetAvailablePlatformInfoAtIndex() local1092 platform_dict->AddStringItem( in GetAvailablePlatformInfoAtIndex()1094 platform_dict->AddStringItem( in GetAvailablePlatformInfoAtIndex()1102 platform_dict->AddStringItem(name_str, llvm::StringRef(plugin_name)); in GetAvailablePlatformInfoAtIndex()1109 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc)); in GetAvailablePlatformInfoAtIndex()1113 StructuredData::ObjectSP(platform_dict.release())); in GetAvailablePlatformInfoAtIndex()