CountBits 44 components/rappor/bloom_filter_unittest.cc EXPECT_EQ(0, CountBits(filter.bytes())); CountBits 47 components/rappor/bloom_filter_unittest.cc EXPECT_EQ(1, CountBits(filter.bytes())); CountBits 51 components/rappor/bloom_filter_unittest.cc EXPECT_EQ(1, CountBits(filter.bytes())); CountBits 34 components/rappor/byte_vector_utils.h int CountBits(const ByteVector& vector); CountBits 93 components/rappor/byte_vector_utils_unittest.cc int bit_count = CountBits(random); CountBits 102 components/rappor/byte_vector_utils_unittest.cc int bit_count = CountBits(random); CountBits 112 components/rappor/byte_vector_utils_unittest.cc int bit_count = CountBits(random); CountBits 122 components/rappor/byte_vector_utils_unittest.cc int bit_count = CountBits(random); CountBits 54 components/rappor/rappor_metric_unittest.cc const int real_bit_count = CountBits(real_bits); CountBits 65 components/rappor/rappor_metric_unittest.cc const int true_from_true_count = CountBits(from_true_reports); CountBits 72 components/rappor/rappor_metric_unittest.cc CountBits(from_false_reports) - real_bit_count;