total_ 18 base/callback_list_unittest.cc Listener() : total_(0), scaler_(1) {} total_ 19 base/callback_list_unittest.cc explicit Listener(int scaler) : total_(0), scaler_(scaler) {} total_ 20 base/callback_list_unittest.cc void IncrementTotal() { total_++; } total_ 21 base/callback_list_unittest.cc void IncrementByMultipleOfScaler(int x) { total_ += x * scaler_; } total_ 23 base/callback_list_unittest.cc int total() const { return total_; } total_ 26 base/callback_list_unittest.cc int total_; total_ 33 base/callback_list_unittest.cc Remover() : total_(0) {} total_ 35 base/callback_list_unittest.cc total_++; total_ 43 base/callback_list_unittest.cc int total() const { return total_; } total_ 46 base/callback_list_unittest.cc int total_; total_ 55 base/callback_list_unittest.cc total_(0), total_ 65 base/callback_list_unittest.cc void IncrementTotal() { total_++; } total_ 69 base/callback_list_unittest.cc int total() const { return total_; } total_ 73 base/callback_list_unittest.cc int total_; total_ 61 base/threading/simple_thread_unittest.cc : seq_(seq), total_(total), event_(event) { } total_ 64 base/threading/simple_thread_unittest.cc if (seq_->GetNext() == total_) { total_ 73 base/threading/simple_thread_unittest.cc int total_; total_ 42 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc ui_->Output(total_); total_ 46 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc total_ += value; total_ 47 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc ui_->Output(total_); total_ 51 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc total_ *= value; total_ 52 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc ui_->Output(total_); total_ 57 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc double total_; total_ 149 third_party/tcmalloc/chromium/src/heap-profile-table.cc memset(&total_, 0, sizeof(total_)); total_ 221 third_party/tcmalloc/chromium/src/heap-profile-table.cc total_.allocs++; total_ 222 third_party/tcmalloc/chromium/src/heap-profile-table.cc total_.alloc_size += bytes; total_ 236 third_party/tcmalloc/chromium/src/heap-profile-table.cc total_.frees++; total_ 237 third_party/tcmalloc/chromium/src/heap-profile-table.cc total_.free_size += v.bytes; total_ 423 third_party/tcmalloc/chromium/src/heap-profile-table.cc bucket_length = UnparseBucket(total_, buf, bucket_length, size, total_ 628 third_party/tcmalloc/chromium/src/heap-profile-table.cc int(total_.allocs - total_.frees), total_ 629 third_party/tcmalloc/chromium/src/heap-profile-table.cc int(total_.alloc_size - total_.free_size)); total_ 637 third_party/tcmalloc/chromium/src/heap-profile-table.cc int(s->total_.allocs - s->total_.frees), total_ 638 third_party/tcmalloc/chromium/src/heap-profile-table.cc int(s->total_.alloc_size - s->total_.free_size)); total_ 680 third_party/tcmalloc/chromium/src/heap-profile-table.cc size_t(total_.alloc_size), total_ 681 third_party/tcmalloc/chromium/src/heap-profile-table.cc size_t(total_.allocs)); total_ 738 third_party/tcmalloc/chromium/src/heap-profile-table.cc if (!HeapProfileTable::WriteProfile(filename, total_, &map_)) { total_ 153 third_party/tcmalloc/chromium/src/heap-profile-table.h const Stats& total() const { return total_; } total_ 456 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket total_; total_ 475 third_party/tcmalloc/chromium/src/heap-profile-table.h const Stats& total() const { return total_; } total_ 491 third_party/tcmalloc/chromium/src/heap-profile-table.h return (total_.allocs == 0) && (total_.alloc_size == 0); total_ 498 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket total_; total_ 505 third_party/tcmalloc/chromium/src/heap-profile-table.h memset(&total_, 0, sizeof(total_)); total_ 512 third_party/tcmalloc/chromium/src/heap-profile-table.h total_.allocs++; total_ 513 third_party/tcmalloc/chromium/src/heap-profile-table.h total_.alloc_size += v.bytes; total_ 128 third_party/tcmalloc/vendor/src/heap-profile-table.cc memset(&total_, 0, sizeof(total_)); total_ 231 third_party/tcmalloc/vendor/src/heap-profile-table.cc total_.allocs++; total_ 232 third_party/tcmalloc/vendor/src/heap-profile-table.cc total_.alloc_size += bytes; total_ 246 third_party/tcmalloc/vendor/src/heap-profile-table.cc total_.frees++; total_ 247 third_party/tcmalloc/vendor/src/heap-profile-table.cc total_.free_size += v.bytes; total_ 435 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket total_with_mmap(total_); total_ 570 third_party/tcmalloc/vendor/src/heap-profile-table.cc int(total_.allocs - total_.frees), total_ 571 third_party/tcmalloc/vendor/src/heap-profile-table.cc int(total_.alloc_size - total_.free_size)); total_ 579 third_party/tcmalloc/vendor/src/heap-profile-table.cc int(s->total_.allocs - s->total_.frees), total_ 580 third_party/tcmalloc/vendor/src/heap-profile-table.cc int(s->total_.alloc_size - s->total_.free_size)); total_ 622 third_party/tcmalloc/vendor/src/heap-profile-table.cc size_t(total_.alloc_size), total_ 623 third_party/tcmalloc/vendor/src/heap-profile-table.cc size_t(total_.allocs)); total_ 680 third_party/tcmalloc/vendor/src/heap-profile-table.cc if (!HeapProfileTable::WriteProfile(filename, total_, &map_)) { total_ 143 third_party/tcmalloc/vendor/src/heap-profile-table.h const Stats& total() const { return total_; } total_ 348 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket total_; total_ 372 third_party/tcmalloc/vendor/src/heap-profile-table.h const Stats& total() const { return total_; } total_ 388 third_party/tcmalloc/vendor/src/heap-profile-table.h return (total_.allocs == 0) && (total_.alloc_size == 0); total_ 395 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket total_; total_ 402 third_party/tcmalloc/vendor/src/heap-profile-table.h memset(&total_, 0, sizeof(total_)); total_ 409 third_party/tcmalloc/vendor/src/heap-profile-table.h total_.allocs++; total_ 410 third_party/tcmalloc/vendor/src/heap-profile-table.h total_.alloc_size += v.bytes;