OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSObject
(Results
1 - 25
of
266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/clang/test/Modules/Inputs/
redeclarations_left.h
1
@class
NSObject
;
redeclarations_right.h
1
@interface
NSObject
/external/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/
not_objc.h
1
int
NSObject
;
/external/clang/test/Index/
print-usrs.c
3
ObjCClass
NSObject
4
ObjCCategory
NSObject
foo
5
ObjCIvar x c:objc(cs)
NSObject
6
ObjCMethod foo: 0 c:objc(cs)
NSObject
7
ObjCMethod baz:with 1 c:objc(cs)
NSObject
8
ObjCProperty gimme c:objc(cs)
NSObject
10
// CHECK: c:objc(cs)
NSObject
11
// CHECK: c:objc(cy)
NSObject
@foo
12
// CHECK: c:objc(cs)
NSObject
@x
13
// CHECK: c:objc(cs)
NSObject
(cm)foo
[
all
...]
/external/clang/test/ARCMT/whitelisted/
header2.h
2
@interface I2 :
NSObject
header1.h
2
@interface I1 :
NSObject
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppEngineClient.h
13
@interface ARDAppEngineClient :
NSObject
<ARDRoomServerClient>
ARDCEODTURNClient.h
14
@interface ARDCEODTURNClient :
NSObject
<ARDTURNClient>
ARDSDPUtils.h
15
@interface ARDSDPUtils :
NSObject
ARDTURNClient.h
13
@protocol ARDTURNClient <
NSObject
>
/external/clang/test/Analysis/Inputs/
system-header-simulator-for-objc-dealloc.h
6
@protocol
NSObject
11
@interface
NSObject
<
NSObject
> {}
19
@interface NSRunLoop :
NSObject
24
@interface NSNotificationCenter :
NSObject
34
@interface CIFilter :
NSObject
system-header-simulator-for-nullability.h
13
@protocol
NSObject
29
NSObject
<
NSObject
>
32
@interface NSString :
NSObject
<NSCopying>
39
@interface NSSystemClass :
NSObject
/external/google-breakpad/src/client/mac/testapp/
TestClass.h
32
@interface TestClass :
NSObject
{
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDAppDelegate.h
16
@interface ARDAppDelegate :
NSObject
<UIApplicationDelegate>
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.h
13
@interface APPRTCAppDelegate :
NSObject
<NSApplicationDelegate>
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenSource.h
33
@protocol ANTLRTokenSource <
NSObject
, NSCopying>
ANTLRLexerRuleReturnScope.h
29
@interface ANTLRLexerRuleReturnScope :
NSObject
{
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenSource.h
33
@protocol ANTLRTokenSource <
NSObject
, NSCopying>
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenSource.h
33
@protocol ANTLRTokenSource <
NSObject
, NSCopying>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenSource.h
33
@protocol ANTLRTokenSource <
NSObject
, NSCopying>
/external/protobuf/objectivec/
GPBRootObject.h
40
@interface GPBRootObject :
NSObject
/external/webrtc/talk/app/webrtc/objc/public/
RTCMediaConstraints.h
32
@interface RTCMediaConstraints :
NSObject
RTCStatsDelegate.h
34
@protocol RTCStatsDelegate<
NSObject
>
/external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h
11
@protocol
NSObject
- (BOOL)isEqual:(id)object; @end
12
@interface
NSObject
<
NSObject
> {}
22
@interface PublicClass :
NSObject
{
39
@interface PublicParent :
NSObject
/external/clang/test/SemaObjC/
foreach.m
21
@protocol
NSObject
@end
23
@interface
NSObject
<
NSObject
> {
43
NSObject
<NSFastEnumeration>* collection = ((void*)0);
53
void test2(
NSObject
<NSFastEnumeration> *collection) {
Completed in 364 milliseconds
1
2
3
4
5
6
7
8
9
10
11