ByteVector 32 components/rappor/bloom_filter.h const ByteVector& bytes() const { return bytes_; }; ByteVector 36 components/rappor/bloom_filter.h ByteVector bytes_; ByteVector 19 components/rappor/byte_vector_utils.cc base::StringPiece ByteVectorAsStringPiece(const ByteVector& lhs) { ByteVector 24 components/rappor/byte_vector_utils.cc std::string Concat(const ByteVector& value, char c, const std::string& data) { ByteVector 35 components/rappor/byte_vector_utils.cc ByteVector key(hmac.DigestLength()); ByteVector 45 components/rappor/byte_vector_utils.cc bool HMAC_Rehash(const crypto::HMAC& hmac, ByteVector* value) { ByteVector 58 components/rappor/byte_vector_utils.cc ByteVector* value, ByteVector 81 components/rappor/byte_vector_utils.cc ByteVector* ByteVectorOr(const ByteVector& lhs, ByteVector* rhs) { ByteVector 89 components/rappor/byte_vector_utils.cc ByteVector* ByteVectorMerge(const ByteVector& mask, ByteVector 90 components/rappor/byte_vector_utils.cc const ByteVector& lhs, ByteVector 91 components/rappor/byte_vector_utils.cc ByteVector* rhs) { ByteVector 99 components/rappor/byte_vector_utils.cc int CountBits(const ByteVector& vector) { ByteVector 116 components/rappor/byte_vector_utils.cc ByteVector ByteVectorGenerator::GetRandomByteVector() { ByteVector 117 components/rappor/byte_vector_utils.cc ByteVector bytes(byte_count_); ByteVector 122 components/rappor/byte_vector_utils.cc ByteVector ByteVectorGenerator::GetWeightedRandomByteVector( ByteVector 124 components/rappor/byte_vector_utils.cc ByteVector bytes = GetRandomByteVector(); ByteVector 186 components/rappor/byte_vector_utils.cc ByteVector HmacByteVectorGenerator::GetRandomByteVector() { ByteVector 191 components/rappor/byte_vector_utils.cc ByteVector bytes(byte_count()); ByteVector 22 components/rappor/byte_vector_utils.h ByteVector* ByteVectorOr(const ByteVector& lhs, ByteVector* rhs); ByteVector 29 components/rappor/byte_vector_utils.h ByteVector* ByteVectorMerge(const ByteVector& mask, ByteVector 30 components/rappor/byte_vector_utils.h const ByteVector& lhs, ByteVector 31 components/rappor/byte_vector_utils.h ByteVector* rhs); ByteVector 34 components/rappor/byte_vector_utils.h int CountBits(const ByteVector& vector); ByteVector 46 components/rappor/byte_vector_utils.h ByteVector GetWeightedRandomByteVector(Probability probability); ByteVector 53 components/rappor/byte_vector_utils.h virtual ByteVector GetRandomByteVector(); ByteVector 94 components/rappor/byte_vector_utils.h virtual ByteVector GetRandomByteVector() OVERRIDE; ByteVector 101 components/rappor/byte_vector_utils.h ByteVector value_; ByteVector 22 components/rappor/byte_vector_utils_unittest.cc ByteVector bv; ByteVector 30 components/rappor/byte_vector_utils_unittest.cc ByteVector lhs(2); ByteVector 32 components/rappor/byte_vector_utils_unittest.cc ByteVector rhs(2); ByteVector 39 components/rappor/byte_vector_utils_unittest.cc ByteVector lhs(2); ByteVector 41 components/rappor/byte_vector_utils_unittest.cc ByteVector rhs(2); ByteVector 43 components/rappor/byte_vector_utils_unittest.cc ByteVector mask(2); ByteVector 51 components/rappor/byte_vector_utils_unittest.cc ByteVector random_50 = generator.GetWeightedRandomByteVector(PROBABILITY_50); ByteVector 53 components/rappor/byte_vector_utils_unittest.cc ByteVector random_75 = generator.GetWeightedRandomByteVector(PROBABILITY_75); ByteVector 60 components/rappor/byte_vector_utils_unittest.cc ByteVector random_50 = generator.GetWeightedRandomByteVector(PROBABILITY_50); ByteVector 63 components/rappor/byte_vector_utils_unittest.cc ByteVector random_75 = generator.GetWeightedRandomByteVector(PROBABILITY_75); ByteVector 84 components/rappor/byte_vector_utils_unittest.cc ByteVector random_50 = generator2.GetWeightedRandomByteVector(PROBABILITY_50); ByteVector 92 components/rappor/byte_vector_utils_unittest.cc ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_50); ByteVector 101 components/rappor/byte_vector_utils_unittest.cc ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_75); ByteVector 111 components/rappor/byte_vector_utils_unittest.cc ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_50); ByteVector 121 components/rappor/byte_vector_utils_unittest.cc ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_75); ByteVector 28 components/rappor/rappor_metric.cc ByteVector RapporMetric::GetReport(const std::string& secret) const { ByteVector 37 components/rappor/rappor_metric.cc const ByteVector fake_mask = ByteVector 39 components/rappor/rappor_metric.cc ByteVector fake_bits = ByteVector 44 components/rappor/rappor_metric.cc const ByteVector* fake_and_redacted_bits = ByteVector 49 components/rappor/rappor_metric.cc const ByteVector zero_coins = ByteVector 51 components/rappor/rappor_metric.cc ByteVector one_coins = ByteVector 41 components/rappor/rappor_metric.h const ByteVector& bytes() const { return bloom_filter_.bytes(); } ByteVector 49 components/rappor/rappor_metric.h ByteVector GetReport(const std::string& secret) const; ByteVector 42 components/rappor/rappor_metric_unittest.cc const ByteVector report = metric.GetReport( ByteVector 53 components/rappor/rappor_metric_unittest.cc const ByteVector real_bits = metric.bytes(); ByteVector 58 components/rappor/rappor_metric_unittest.cc const ByteVector report = metric.GetReport(secret); ByteVector 62 components/rappor/rappor_metric_unittest.cc ByteVector from_true_reports = report; ByteVector 69 components/rappor/rappor_metric_unittest.cc ByteVector from_false_reports = report; ByteVector 146 components/rappor/rappor_service.cc ByteVector bytes = metric->GetReport(secret_); ByteVector 43 content/browser/speech/chunked_byte_buffer_unittest.cc scoped_ptr<ByteVector> chunk;