Home | History | Annotate | Download | only in src

Lines Matching refs:being_calculated_

1057         being_calculated_(false) { }
1076 bool being_calculated() { return being_calculated_; }
1079 void set_being_calculated(bool b) { being_calculated_ = b; }
1103 bool being_calculated_;