Home | History | Annotate | Download | only in base

Lines Matching refs:birth_count_

264       birth_count_(1) { }
266 int Births::birth_count() const { return birth_count_; }
268 void Births::RecordBirth() { ++birth_count_; }