Home | History | Annotate | Download | only in backward

Lines Matching refs:__x

100       operator()(char __x) const
101 { return __x; }
108 operator()(unsigned char __x) const
109 { return __x; }
116 operator()(unsigned char __x) const
117 { return __x; }
124 operator()(short __x) const
125 { return __x; }
132 operator()(unsigned short __x) const
133 { return __x; }
140 operator()(int __x) const
141 { return __x; }
148 operator()(unsigned int __x) const
149 { return __x; }
156 operator()(long __x) const
157 { return __x; }
164 operator()(unsigned long __x) const
165 { return __x; }