HomeSort by relevance Sort by last modified time
    Searched refs:ByteVectorMerge (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/rappor/
rappor_metric.cc 54 ByteVectorMerge(fake_mask, bytes(), &fake_bits);
66 return *ByteVectorMerge(*fake_and_redacted_bits, zero_coins, &one_coins);
byte_vector_utils.h 33 ByteVector* ByteVectorMerge(const ByteVector& mask,
rappor_metric_unittest.cc 67 ByteVectorMerge(real_bits, real_bits, &from_true_reports);
byte_vector_utils_unittest.cc 47 TEST(ByteVectorTest, ByteVectorMerge) {
55 EXPECT_EQ(0x35, (*ByteVectorMerge(mask, lhs, &rhs))[1]);
byte_vector_utils.cc 97 ByteVector* ByteVectorMerge(const ByteVector& mask,

Completed in 588 milliseconds