ByteVectorMerge    29 components/rappor/byte_vector_utils.h ByteVector* ByteVectorMerge(const ByteVector& mask,
ByteVectorMerge    38 components/rappor/byte_vector_utils_unittest.cc TEST(ByteVectorTest, ByteVectorMerge) {
ByteVectorMerge    46 components/rappor/byte_vector_utils_unittest.cc   EXPECT_EQ(0x35, (*ByteVectorMerge(mask, lhs, &rhs))[1]);
ByteVectorMerge    45 components/rappor/rappor_metric.cc       ByteVectorMerge(fake_mask, bytes(), &fake_bits);
ByteVectorMerge    57 components/rappor/rappor_metric.cc   return *ByteVectorMerge(*fake_and_redacted_bits, zero_coins, &one_coins);
ByteVectorMerge    64 components/rappor/rappor_metric_unittest.cc   ByteVectorMerge(real_bits, real_bits, &from_true_reports);