Searched defs:IntWrapper (Results 1 – 11 of 11) sorted by relevance
24 struct IntWrapper { struct27 extern struct IntWrapper globalStruct; argument
7 @interface IntWrapper interface11 @implementation IntWrapper implementation
129 struct IntWrapper { struct130 IntWrapper() : x(0) {} in IntWrapper() function140 IntWrapper arr[2]; in testArrayInvalidation() argument333 struct IntWrapper { struct334 int x;335 IntWrapper(int y) : x(y) {} in IntWrapper() argument336 IntWrapper() { in IntWrapper() argument
6 struct IntWrapper { struct10 struct Child : public IntWrapper { argument
375 struct IntWrapper { struct379 int operator>> (const IntWrapper &W, int (*f)(int)) { argument384 IntWrapper val = { 42 }; argument394 @interface radar13227740 : NSObject
263 @interface IntWrapper interface267 @implementation IntWrapper implementation
306 class IntWrapper { class310 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
7 } IntWrapper; typedef
816 struct IntWrapper { struct817 typedef int type;
146 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
1696 struct IntWrapper struct1699 IntWrapper(int _value) : value(_value) {} in IntWrapper() argument1709 FloatWrapper(const IntWrapper& obj) in FloatWrapper() argument