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

  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 96 full_hashes_.swap(*full_hashes);
134 if (std::binary_search(full_hashes_.begin(), full_hashes_.end(),
269 header.full_hashes_size = static_cast<uint32>(full_hashes_.size());
274 static_cast<size_t>(header.full_hashes_size) != full_hashes_.size()) {
320 if (full_hashes_.size()) {
321 const size_t elt_size = sizeof(full_hashes_[0]);
322 const size_t elts = full_hashes_.size();
324 written = fwrite(&(full_hashes_[0]), elt_size, elts, file.get());
329 reinterpret_cast<const char*>(&(full_hashes_[0]))
    [all...]
prefix_set.h 143 std::vector<SBFullHash> full_hashes_; member in class:safe_browsing::PrefixSet
162 // |hashes| are sorted and stored in |full_hashes_|. Any call other than the
safe_browsing_service_browsertest.cc 288 // We return a result from the prefilled full_hashes_ hash_map to simulate
297 base::Bind(InvokeFullHashCallback, callback, full_hashes_),
303 full_hashes_.clear();
304 full_hashes_.push_back(full_hash_result);
320 std::vector<SBFullHashResult> full_hashes_; member in class:__anon9238::TestProtocolManager
    [all...]

Completed in 3405 milliseconds