Home
last modified time | relevance | path

Searched refs:null_resettable (Results 1 – 21 of 21) sorted by relevance

/external/protobuf/objectivec/google/protobuf/
DType.pbobjc.h206 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
209 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray;
214 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray;
219 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
224 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
275 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
281 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL;
293 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
298 @property(nonatomic, readwrite, copy, null_resettable) NSString *jsonName;
301 @property(nonatomic, readwrite, copy, null_resettable) NSString *defaultValue;
[all …]
DApi.pbobjc.h86 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
89 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray;
94 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
119 @property(nonatomic, readwrite, copy, null_resettable) NSString *version;
125 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
130 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray;
169 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
172 @property(nonatomic, readwrite, copy, null_resettable) NSString *requestTypeURL;
178 @property(nonatomic, readwrite, copy, null_resettable) NSString *responseTypeURL;
184 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
[all …]
DStruct.pbobjc.h101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> …
148 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue;
154 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue;
157 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue;
192 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
DAny.pbobjc.h170 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL;
173 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
DWrappers.pbobjc.h191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() argument
209 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
DSourceContext.pbobjc.h67 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
DFieldMask.pbobjc.h261 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
/external/clang/test/SemaObjC/
Dnullability.m175 // Check null_resettable getters/setters.
178 @property(null_resettable,retain) NSResettable *resettable1; // expected-note{{passing argument to …
179 @property(null_resettable,retain,nonatomic) NSResettable *resettable2;
180 @property(null_resettable,retain,nonatomic) NSResettable *resettable3;
181 @property(null_resettable,retain,nonatomic) NSResettable *resettable4;
182 @property(null_resettable,retain,nonatomic) NSResettable *resettable5;
183 @property(null_resettable,retain,nonatomic) NSResettable *resettable6;
191 …ttable // expected-warning{{synthesized setter 'setResettable4:' for null_resettable property 'res…
201 …able3; // expected-warning{{synthesized setter 'setResettable3:' for null_resettable property 'res…
/external/llvm-project/clang/test/AST/
Dast-print-objc-property.m12 @property(nonatomic, weak, null_resettable) NSObject * weakObj;
21 // CHECK: @property(nonatomic, weak, readwrite, null_resettable) NSObject *weakObj;
/external/llvm-project/clang/test/Index/
Dcomplete-property-flags.m18 // CHECK-CC1-NEXT: {TypedText null_resettable}
37 // CHECK-CC1-ARC-NEXT: {TypedText null_resettable}
52 // CHECK-CC2-NEXT: {TypedText null_resettable}
/external/clang/test/Index/
Dcomplete-property-flags.m18 // CHECK-CC1-NEXT: {TypedText null_resettable}
37 // CHECK-CC1-ARC-NEXT: {TypedText null_resettable}
52 // CHECK-CC2-NEXT: {TypedText null_resettable}
/external/llvm-project/clang/test/SemaObjC/
Dnullability.m183 // Check null_resettable getters/setters.
186 @property(null_resettable,retain) NSResettable *resettable1; // expected-note{{passing argument to …
187 @property(null_resettable,retain,nonatomic) NSResettable *resettable2;
188 @property(null_resettable,retain,nonatomic) NSResettable *resettable3;
189 @property(null_resettable,retain,nonatomic) NSResettable *resettable4;
190 @property(null_resettable,retain,nonatomic) NSResettable *resettable5;
191 @property(null_resettable,retain,nonatomic) NSResettable *resettable6;
199 …ttable // expected-warning{{synthesized setter 'setResettable4:' for null_resettable property 'res…
209 …able3; // expected-warning{{synthesized setter 'setResettable3:' for null_resettable property 'res…
Dnullability_macro.m10 @property(null_resettable, nonatomic, strong) UIColor *onTintColor UI_APPEARANCE_SELECTOR;
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m17 @property (null_resettable) NSObject *NullResettable;
/external/llvm-project/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m17 @property (null_resettable) NSObject *NullResettable;
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto159 optional bool null_resettable = 206; field
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def895 HANDLE_DW_APPLE_PROPERTY(0x2000, null_resettable)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def932 HANDLE_DW_APPLE_PROPERTY(0x2000, null_resettable)
/external/google-styleguide/
Dobjcguide.md1258 @property(copy, null_resettable) NSString *owner;
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td8498 "synthesized setter %0 for null_resettable property %1 does not handle nil">,
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticSemaKinds.td10787 "synthesized setter %0 for null_resettable property %1 does not handle nil">,