Lines Matching refs:Aggregation
237 Aggregation totals;
245 Aggregation subtotals;
650 // Aggregation
652 Aggregation::Aggregation()
656 Aggregation::~Aggregation() {
659 void Aggregation::AddDeathSnapshot(const Snapshot& snapshot) {
665 void Aggregation::AddBirths(const Births& births) {
669 void Aggregation::AddBirth(const BirthOnThread& birth) {
674 void Aggregation::AddBirthPlace(const Location& location) {
679 void Aggregation::Write(std::string* output) const {
718 void Aggregation::Clear() {