Home
last modified time | relevance | path

Searched refs:OBJC_STRINGIFY (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBCodingUtilities.h9 #define OBJC_STRINGIFY(x) @#x macro
10 #define encodeInt(x) [coder encodeInt:x forKey:OBJC_STRINGIFY(x)]
11 #define encodeInteger(x) [coder encodeInteger:x forKey:OBJC_STRINGIFY(x)]
12 #define encodeBool(x) [coder encodeBool:x forKey:OBJC_STRINGIFY(x)]
13 #define encodeDouble(x) [coder encodeDouble:x forKey:OBJC_STRINGIFY(x)]
14 #define encodeObject(x) [coder encodeObject:x forKey:OBJC_STRINGIFY(x)]
16 #define decodeInt(x) x = [decoder decodeIntForKey:OBJC_STRINGIFY(x)]
17 #define decodeInteger(x) x = [decoder decodeIntegerForKey:OBJC_STRINGIFY(x)]
18 #define decodeBool(x) x = [decoder decodeBoolForKey:OBJC_STRINGIFY(x)]
19 #define decodeDouble(x) x = [decoder decodeDoubleForKey:OBJC_STRINGIFY(x)]
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/macosx/GNUstepBase/
H A Dpreface.h121 #ifndef OBJC_STRINGIFY
122 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/GNUstepBase/
H A DGSConfig.h382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A Dcommon.h41 OBJC_STRINGIFY(GNUSTEP_BASE_MAJOR_VERSION.GNUSTEP_BASE_MINOR_VERSION)]
H A DNSUserDefaults.m975 OBJC_STRINGIFY(GNUSTEP_BASE_MAJOR_VERSION.GNUSTEP_BASE_MINOR_VERSION)]
H A DNSBundle.m198 = OBJC_STRINGIFY(GNUSTEP_BASE_MAJOR_VERSION.GNUSTEP_BASE_MINOR_VERSION); function
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/GNUstepBase/
H A DGSConfig.h.in382 #ifndef OBJC_STRINGIFY
383 #define OBJC_STRINGIFY(s) OBJC_XSTRINGIFY(s) macro
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSApplication.m171 version: OBJC_STRINGIFY(GNUSTEP_GUI_MAJOR_VERSION.GNUSTEP_GUI_MINOR_VERSION)];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/
H A DChangeLog.15694 compilation so don't use OBJC_STRINGIFY. Use an OpenStep method to
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.13994 * src/include/preface.h.in (OBJC_STRINGIFY): New macro.