Lines Matching refs:SatCounter
56 class SatCounter
60 SatCounter() = delete;
71 explicit SatCounter(unsigned bits, uint8_t initial_val = 0)
82 SatCounter(const SatCounter& other)
89 SatCounter& operator=(const SatCounter& other) {
91 SatCounter temp(other);
98 SatCounter(SatCounter&& other)
103 SatCounter temp(0);
108 SatCounter& operator=(SatCounter&& other) {
113 SatCounter temp(0);
126 swap(SatCounter& other)
134 SatCounter&
144 SatCounter
147 SatCounter old_counter = *this;
153 SatCounter&
163 SatCounter
166 SatCounter old_counter = *this;
172 SatCounter&
180 SatCounter&
191 SatCounter&
203 SatCounter&