Lines Matching refs:set
57 * specific set of stats
220 * Check that this stat has been set up properly and is ready for
266 info->flags.set(display);
283 info->flags.set(display);
338 this->info()->flags.set(_flags);
516 void set(Counter val) { data = val; }
584 * set values.
588 set(Counter val)
596 * Increment the current count by the provided value, calls set.
599 void inc(Counter val) { set(current + val); }
602 * Deccrement the current count by the provided value, calls set.
605 void dec(Counter val) { set(current - val); }
733 * object set function.
737 void operator=(const U &v) { data()->set(v); }
976 * object set function.
983 stat.data(index)->set(v);