ByteVectorGenerator  111 components/rappor/byte_vector_utils.cc ByteVectorGenerator::ByteVectorGenerator(size_t byte_count)
ByteVectorGenerator  114 components/rappor/byte_vector_utils.cc ByteVectorGenerator::~ByteVectorGenerator() {}
ByteVectorGenerator  116 components/rappor/byte_vector_utils.cc ByteVector ByteVectorGenerator::GetRandomByteVector() {
ByteVectorGenerator  122 components/rappor/byte_vector_utils.cc ByteVector ByteVectorGenerator::GetWeightedRandomByteVector(
ByteVectorGenerator  139 components/rappor/byte_vector_utils.cc     : ByteVectorGenerator(byte_count),
ByteVectorGenerator  166 components/rappor/byte_vector_utils.cc     : ByteVectorGenerator(prev_request.byte_count()),
ByteVectorGenerator   38 components/rappor/byte_vector_utils.h class ByteVectorGenerator {
ByteVectorGenerator   40 components/rappor/byte_vector_utils.h   explicit ByteVectorGenerator(size_t byte_count);
ByteVectorGenerator   42 components/rappor/byte_vector_utils.h   ~ByteVectorGenerator();
ByteVectorGenerator   58 components/rappor/byte_vector_utils.h   DISALLOW_COPY_AND_ASSIGN(ByteVectorGenerator);
ByteVectorGenerator   70 components/rappor/byte_vector_utils.h class HmacByteVectorGenerator : public ByteVectorGenerator {
ByteVectorGenerator   49 components/rappor/byte_vector_utils_unittest.cc TEST(ByteVectorTest, ByteVectorGenerator) {
ByteVectorGenerator   50 components/rappor/byte_vector_utils_unittest.cc   ByteVectorGenerator generator(2u);
ByteVectorGenerator   91 components/rappor/byte_vector_utils_unittest.cc   ByteVectorGenerator generator(50u);
ByteVectorGenerator  100 components/rappor/byte_vector_utils_unittest.cc   ByteVectorGenerator generator(50u);
ByteVectorGenerator   48 components/rappor/rappor_metric.cc   ByteVectorGenerator coin_generator(bytes().size());