ByteVectorOr      127 components/rappor/byte_vector_utils.cc       return *ByteVectorOr(GetRandomByteVector(), &bytes);
ByteVectorOr       22 components/rappor/byte_vector_utils.h ByteVector* ByteVectorOr(const ByteVector& lhs, ByteVector* rhs);
ByteVectorOr       29 components/rappor/byte_vector_utils_unittest.cc TEST(ByteVectorTest, ByteVectorOr) {
ByteVectorOr       35 components/rappor/byte_vector_utils_unittest.cc   EXPECT_EQ(0x13, (*ByteVectorOr(lhs, &rhs))[1]);
ByteVectorOr       70 components/rappor/rappor_metric_unittest.cc   ByteVectorOr(real_bits, &from_false_reports);