Lines Matching defs:result_
227 void Reinitialize() { result_ = REDUCTION == LogicalReduction::All; }
228 bool Result() const { return result_; }
231 result_ = result_ != x;
233 result_ = x;
245 bool result_{REDUCTION == LogicalReduction::All};
318 void Reinitialize() { result_ = 0; }
319 Type Result() const { return result_; }
323 ++result_;
330 Type result_{0};