Home | History | Annotate | Download | only in tuple.apply

Lines Matching refs:mem1

35     int mem1() { return ++count; }
44 int mem1(int x) { return count += x; }
52 int mem1(int x, int y) { return count += (x + y); }
98 mem1_t mem1 = &T::mem1;
110 assert(1 == ex::apply(mem1, t));
118 assert(1 == ex::apply(mem1, t));
126 assert(1 == ex::apply(mem1, t));
134 assert(1 == ex::apply(mem1, t));
210 mem1_t mem1 = &T::mem1;
219 assert(2 == ex::apply(mem1, t));
227 assert(3 == ex::apply(mem1, t));
235 assert(4 == ex::apply(mem1, t));
243 assert(5 == ex::apply(mem1, t));
295 mem1_t mem1 = &T::mem1;
304 assert(2 == ex::apply(mem1, t));
312 assert(3 == ex::apply(mem1, t));
320 assert(4 == ex::apply(mem1, t));
328 assert(5 == ex::apply(mem1, t));