Searched refs:NS_OPTIONS (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/ARCMT/ |
D | objcmt-ns-macros.m.result | 19 #define NS_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type 48 typedef NS_OPTIONS(unsigned int, UITableView) { 58 typedef NS_OPTIONS(NSUInteger, UI) { 65 typedef NS_OPTIONS(unsigned int, UIPOWER2) { 90 typedef NS_OPTIONS(NSUInteger, UITableStyle) { 98 typedef NS_OPTIONS(NSUInteger, UIStyle) { 137 typedef NS_OPTIONS(NSUInteger, NSFOptions) { 161 typedef NS_OPTIONS(unsigned int, UIP_3) { 177 typedef NS_OPTIONS(unsigned int, UIP5_3) { 225 typedef NS_OPTIONS(NSUInteger, FarAwayOptions) { [all …]
|
D | objcmt-undefined-ns-macros.m.result | 11 typedef NS_OPTIONS(NSUInteger, UITableStyle) {
|
D | objcmt-ns-macros.m | 19 #define NS_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type macro 285 typedef NS_OPTIONS(NSUInteger, NSWindowOcclusionState) {
|
/external/protobuf/objectivec/ |
D | GPBDescriptor_PackagePrivate.h | 39 typedef NS_OPTIONS(uint16_t, GPBFieldFlags) { typedef 113 typedef NS_OPTIONS(uint8_t, GPBExtensionOptions) { typedef 132 typedef NS_OPTIONS(uint32_t, GPBDescriptorInitializationFlags) { typedef
|
/external/google-styleguide/ |
D | objcguide.md | 832 Unsigned integers may be used for flags and bitmasks, though often NS_OPTIONS or
|
/external/clang/include/clang/Driver/ |
D | Options.td | 213 HelpText<"Enable migration to NS_ENUM/NS_OPTIONS macros">;
|