Searched refs:global_birth_count_ (Results 1 – 2 of 2) sorted by relevance
624 global_birth_count_[it->first] -= it->first->birth_count(); in Append()629 global_birth_count_[it->second] += it->second->birth_count(); in Append()642 for (BirthCount::iterator it = global_birth_count_.begin(); in AddListOfLivingObjects()643 it != global_birth_count_.end(); ++it) { in AddListOfLivingObjects()
324 BirthCount global_birth_count_; variable