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

  /external/chromium_org/components/rappor/
byte_vector_utils.h 22 ByteVector* ByteVectorAnd(const ByteVector& lhs, ByteVector* rhs);
byte_vector_utils_unittest.cc 29 TEST(ByteVectorTest, ByteVectorAnd) {
35 EXPECT_EQ(0x02, (*ByteVectorAnd(lhs, &rhs))[1]);
byte_vector_utils.cc 81 ByteVector* ByteVectorAnd(const ByteVector& lhs, ByteVector* rhs) {
139 return *ByteVectorAnd(GetRandomByteVector(), &bytes);

Completed in 37 milliseconds