Searched defs:unavailable (Results 1 – 7 of 7) sorted by relevance
6 …Meth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}10 …eth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}14 - (void)FuzzyMeth1 __attribute__((unavailable));18 …eth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}22 - (void) unavailMeth2 __attribute__((unavailable)); 23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}25 - (void)FuzzyMeth __attribute__((unavailable));
6 - Method __attribute__((unavailable));7 + CMethod __attribute__((unavailable));
53 __attribute__((unavailable)) @interface I4 @end // expected-error {{Objective-C declarations may on… category
18 …ute__((deprecated)) __attribute__((unavailable)); // expected-note {{method 'foo2:' declared here}}
52 …ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE… in onActivityResult() local
65 ArrayList<String> unavailable = new ArrayList<String>(); in onCreate() local
143 SourceLocation unavailable, in AttributeList()