total_count_ 421 net/dns/host_resolver_impl.cc return total_count_; total_count_ 425 net/dns/host_resolver_impl.cc ++total_count_; total_count_ 432 net/dns/host_resolver_impl.cc DCHECK_GT(total_count_, 0u); total_count_ 434 net/dns/host_resolver_impl.cc --total_count_; total_count_ 441 net/dns/host_resolver_impl.cc if (total_count_ == 0) total_count_ 447 net/dns/host_resolver_impl.cc size_t total_count_; total_count_ 127 third_party/libwebp/utils/huffman_encode.c int total_count_; total_count_ 138 third_party/libwebp/utils/huffman_encode.c if (t1->total_count_ > t2->total_count_) { total_count_ 140 third_party/libwebp/utils/huffman_encode.c } else if (t1->total_count_ < t2->total_count_) { total_count_ 220 third_party/libwebp/utils/huffman_encode.c tree[idx].total_count_ = count; total_count_ 237 third_party/libwebp/utils/huffman_encode.c count = tree_pool[tree_pool_size - 1].total_count_ + total_count_ 238 third_party/libwebp/utils/huffman_encode.c tree_pool[tree_pool_size - 2].total_count_; total_count_ 244 third_party/libwebp/utils/huffman_encode.c if (tree[k].total_count_ <= count) { total_count_ 249 third_party/libwebp/utils/huffman_encode.c tree[k].total_count_ = count;