Searched refs:GetFoundationVersion (Results 1 – 7 of 7) sorted by relevance
373 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSArraySummaryProvider()819 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator()821 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator()833 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator()835 if (runtime->GetFoundationVersion() >= 1428) in NSArraySyntheticFrontEndCreator()837 if (runtime->GetFoundationVersion() >= 1100) in NSArraySyntheticFrontEndCreator()
301 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSSetSummaryProvider()382 if (apple_runtime->GetFoundationVersion() >= 1437) in NSSetSyntheticFrontEndCreator()384 else if (apple_runtime->GetFoundationVersion() >= 1428) in NSSetSyntheticFrontEndCreator()
434 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSDictionarySummaryProvider()524 if (runtime->GetFoundationVersion() >= 1437) { in NSDictionarySyntheticFrontEndCreator()526 } else if (runtime->GetFoundationVersion() >= 1428) { in NSDictionarySyntheticFrontEndCreator()
490 (runtime && runtime->GetFoundationVersion() >= 1400); in NSNumberSummaryProvider()880 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
100 uint32_t GetFoundationVersion();
320 uint32_t AppleObjCRuntime::GetFoundationVersion() { in GetFoundationVersion() function in AppleObjCRuntime
2201 uint32_t foundation_version = m_runtime.GetFoundationVersion(); in GetClassDescriptor()