Home
last modified time | relevance | path

Searched refs:dictRef (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjC/
Dnsobject-attribute-1.m26 NSDictionary *dictRef;
27 Foo_ref foo = (Foo_ref)dictRef;
30 int before = [dictRef retainCount];
31 int after = [dictRef retainCount];
33 if ([foo retainCount] != [dictRef retainCount]) {
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DCDPlayer.c223 CFDictionaryRef dictRef = (CFDictionaryRef)propertyListRef; in ReadTOCData() local
231 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString)); in ReadTOCData()
234 theSessionArrayRef = (CFArrayRef)CFDictionaryGetValue (dictRef, CFSTR(kSessionsString)); in ReadTOCData()