Searched defs:ByteVectorGenerator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/rappor/
H A Dbyte_vector_utils.h42 class ByteVectorGenerator { class in namespace:rappor
44 explicit ByteVectorGenerator(size_t byte_count);
46 virtual ~ByteVectorGenerator();
62 DISALLOW_COPY_AND_ASSIGN(ByteVectorGenerator);
65 // A ByteVectorGenerator that uses a psuedo-random function to generate a
74 class HmacByteVectorGenerator : public ByteVectorGenerator {
H A Dbyte_vector_utils.cc119 ByteVectorGenerator::ByteVectorGenerator(size_t byte_count) function in class:rappor::ByteVectorGenerator
122 ByteVectorGenerator::~ByteVectorGenerator() {}
124 ByteVector ByteVectorGenerator::GetRandomByteVector() {
130 ByteVector ByteVectorGenerator::GetWeightedRandomByteVector(
149 : ByteVectorGenerator(byte_count),
176 : ByteVectorGenerator(prev_request.byte_count()),

Completed in 752 milliseconds