Home | History | Annotate | Download | only in backward

Lines Matching refs:__x

97       operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
137 operator()(int __x) const
138 { return __x; }
145 operator()(unsigned int __x) const
146 { return __x; }
153 operator()(long __x) const
154 { return __x; }
161 operator()(unsigned long __x) const
162 { return __x; }