OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readwrite
(Results
1 - 25
of
83
) sorted by null
1
2
3
4
/external/clang/test/SemaObjC/
duplicate-property-class-extension.m
6
@property (
readwrite
) char bar; // expected-note {{property declared here}}
10
@property (
readwrite
) char foo; // expected-note 2 {{property declared here}}
11
@property (
readwrite
) char NewProperty; // expected-note 2 {{property declared here}}
12
@property (
readwrite
) char bar; // expected-error{{illegal redeclaration of '
readwrite
' property in continuation class 'Foo' (perhaps you intended this to be a '
readwrite
' redeclaration of a 'readonly' public property?)}}
16
@property (
readwrite
) char foo; // expected-error {{property has a previous declaration}}
17
@property (
readwrite
) char NewProperty; // expected-error {{property has a previous declaration}}
22
@property (
readwrite
) char NewProperty; // expected-error {{property has a previous declaration}}
property-3.m
7
@property (
readwrite
, copy) id d1;
8
@property (
readwrite
, copy) id d2;
12
@property (readonly) id d1; // expected-warning {{attribute 'readonly' of property 'd1' restricts attribute '
readwrite
' of property inherited from 'I'}} expected-warning {{property 'd1' 'copy' attribute does not match the property inherited from 'I'}}
13
@property (
readwrite
, copy) I* d2;
continuation-class-property.m
18
@property (
readwrite
, copy) id foos;
22
@property (
readwrite
, copy) id foos;
continuation-class-err.m
9
@property(
readwrite
, assign) id object1; // expected-note {{property declared here}}
14
@property(
readwrite
, copy) id object; // expected-warning {{property attribute in continuation class does not match the primary class}}
15
@property(readonly) id object1; // expected-error {{illegal redeclaration of property in continuation class 'ReadOnly' (attribute must be '
readwrite
', while its primary must be 'readonly')}}
16
@property (
readwrite
, assign) int indentLevel; // OK. assign the the default in any case.
34
@property (copy) id foo; // expected-error {{illegal redeclaration of property in continuation class 'Bar' (attribute must be '
readwrite
', while its primary must be 'readonly')}}
35
@property (copy) id fee; // expected-error {{illegal redeclaration of property in continuation class 'Bar' (attribute must be '
readwrite
', while its primary must be 'readonly')}}
warn-implicit-atomic-property.m
5
@property (nonatomic,
readwrite
) int P; // OK
6
@property (atomic,
readwrite
) int P1; // OK
7
@property (
readwrite
) int P2; // expected-note {{property declared here}}
property-category-4.m
10
@property (
readwrite
, retain) id selectedObjects; // expected-note {{property declared here}}
11
@property (
readwrite
, retain) id d_selectedObjects; // expected-note {{property declared here}}
property-in-class-extension.m
32
@property (
readwrite
, assign) NSObject *bar;
33
@property (
readwrite
, assign) NSObject *baz;
34
@property (
readwrite
, assign) NSObject *bam;
35
@property (
readwrite
, assign) NSObject *warn;
synthesize-setter-contclass.m
12
@property (
readwrite
) int itIsOrItAint;
atomoic-property-synnthesis-rules.m
201
@property(
readwrite
) int GetSet_ReadWriteInExt;
202
@property(
readwrite
) int Get_ReadWriteInExt;
203
@property(
readwrite
) int Set_ReadWriteInExt;
204
@property(
readwrite
) int None_ReadWriteInExt;
205
@property(nonatomic,
readwrite
) int GetSet_Nonatomic_ReadWriteInExt;
206
@property(nonatomic,
readwrite
) int Get_Nonatomic_ReadWriteInExt;
207
@property(nonatomic,
readwrite
) int Set_Nonatomic_ReadWriteInExt;
208
@property(nonatomic,
readwrite
) int None_Nonatomic_ReadWriteInExt;
210
@property(
readwrite
) int GetSet_ReadWriteInExt_LateSynthesize;
211
@property(
readwrite
) int Get_ReadWriteInExt_LateSynthesize
[
all
...]
property-category-impl.m
19
@property(
readwrite
) int foo;
27
@property(
readwrite
) int foo; // expected-warning {{property 'foo' requires method 'setFoo:' to be defined }}
provisional-ivar-lookup.m
9
@property (
readwrite
, nonatomic) int foo, foo1, foo2, foo3;
10
@property (
readwrite
, nonatomic) int PROP;
no-gc-weak-test.m
7
@property(nonatomic,
readwrite
,assign) id __weak delegate;
property-12.m
16
@property(readonly,
readwrite
) id X; // expected-error {{property attributes 'readonly' and '
readwrite
' are mutually exclusive}}
property-category-1.m
17
@property(
readwrite
) int object;
18
@property(
readwrite
, setter = myAnotherobjectSetter:) int Anotherobject;
/external/clang/test/SemaObjCXX/
property-reference.mm
23
@property (assign,
readwrite
, nonatomic) CREF_TCPPObject cppObjectNonAtomic;
24
@property (assign,
readwrite
) CREF_TCPPObject cppObjectAtomic;
25
@property (assign,
readwrite
, nonatomic) const TCPPObject& cppObjectDynamic;
property-synthesis-error.mm
19
@property (
readwrite
) NSMutableArray * array;
/external/clang/test/CodeGenObjC/
continuation-class.m
17
@property(
readwrite
) int object;
18
@property(
readwrite
, setter = myAnotherobjectSetter:) int Anotherobject;
atomic-aggregate-property.m
16
@property (
readwrite
) double x;
17
@property (
readwrite
) struct s y;
18
@property (nonatomic,
readwrite
) struct s1 z;
synthesize_ivar.m
34
@property (assign,
readwrite
) id p0;
/external/clang/test/Coverage/
objc-language-features.inc
21
@property(assign,nonatomic,
readwrite
) int p1;
25
@property(assign,
readwrite
) id p5;
/external/clang/test/Index/
complete-property-flags.m
16
// CHECK-CC1-NEXT: {TypedText
readwrite
}
24
// CHECK-CC2-NEXT: {TypedText
readwrite
}
/external/clang/test/Rewriter/
rewrite-nested-property-in-blocks.mm
12
@property (
readwrite
, retain) INTFOFPROP *outer;
13
@property (
readwrite
, retain) id inner;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h
33
@property(nonatomic,
readwrite
, assign) const BookmarkNode* bookmarkNode;
34
@property(nonatomic,
readwrite
, assign) int startingChildIndex;
35
@property(nonatomic,
readwrite
, assign) BOOL drawFolderArrow;
/external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h
80
@property(
readwrite
, nonatomic) int tabId;
93
@property(
readwrite
, nonatomic) int tabId;
94
@property(
readwrite
, nonatomic) ExtensionAction* extensionAction;
/external/clang/test/CodeGenObjCXX/
property-reference.mm
16
@property (assign,
readwrite
) const MyStruct& foo;
Completed in 785 milliseconds
1
2
3
4