Searched refs:GetFoundationVersion (Results 1 – 7 of 7) sorted by relevance
396 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSArraySummaryProvider()836 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator()838 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator()852 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator()854 if (runtime->GetFoundationVersion() >= 1428) in NSArraySyntheticFrontEndCreator()856 if (runtime->GetFoundationVersion() >= 1100) in NSArraySyntheticFrontEndCreator()
276 if (runtime->GetFoundationVersion() >= 2000 in NSIndexSetSummaryProvider()288 if (runtime->GetFoundationVersion() >= 2000) { in NSIndexSetSummaryProvider()580 (runtime && runtime->GetFoundationVersion() >= 1400); in NSNumberSummaryProvider()984 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
301 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSSetSummaryProvider()378 if (apple_runtime->GetFoundationVersion() >= 1437) in NSSetSyntheticFrontEndCreator()380 else if (apple_runtime->GetFoundationVersion() >= 1428) in NSSetSyntheticFrontEndCreator()
473 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSDictionarySummaryProvider()563 if (runtime->GetFoundationVersion() >= 1437) { in NSDictionarySyntheticFrontEndCreator()565 } else if (runtime->GetFoundationVersion() >= 1428) { in NSDictionarySyntheticFrontEndCreator()
100 uint32_t GetFoundationVersion();
328 uint32_t AppleObjCRuntime::GetFoundationVersion() { in GetFoundationVersion() function in AppleObjCRuntime
2945 uint32_t foundation_version = m_runtime.GetFoundationVersion(); in GetClassDescriptor()