Lines Matching refs:OSCollection
1075 static OSSharedPtr<OSCISubclass> withCollection(const OSCollection * inColl);
1081 OSCISubclass::withCollection(const OSCollection * inColl) in withCollection()
1453 OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(dict); in OSStaticPtrCastTests()
1458 OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(dict); in OSStaticPtrCastTests()
1465 …__assert_only OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(os::move(dict)); in OSStaticPtrCastTests()
1471 OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(os::move(dict)); in OSStaticPtrCastTests()
1523 OSSharedPtr<OSCollection> collection = OSDynamicPtrCast<OSCollection>(dict); in OSDynamicPtrCastTests()
1532 OSTaggedSharedPtr<OSCollection, OSCollection> taggedDict(dict.get(), OSRetain); in OSDynamicPtrCastTests()
1533 …OSTaggedSharedPtr<OSCollection, OSCollection> collection = OSDynamicPtrCast<OSCollection>(taggedDi… in OSDynamicPtrCastTests()
1537 OSTaggedSharedPtr<OSCollection, OSCollection> taggedDict(dict.get(), OSRetain); in OSDynamicPtrCastTests()
1538 OSTaggedSharedPtr<OSArray, OSCollection> array = OSDynamicPtrCast<OSArray>(taggedDict); in OSDynamicPtrCastTests()
1543 OSSharedPtr<OSCollection> collection = OSDynamicPtrCast<OSCollection>(dict); in OSDynamicPtrCastTests()