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

  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.h 65 class PrefixSet {
67 ~PrefixSet();
74 static scoped_ptr<PrefixSet> LoadFile(const base::FilePath& filter_name);
124 PrefixSet();
127 PrefixSet(IndexVector* index,
145 DISALLOW_COPY_AND_ASSIGN(PrefixSet);
148 // Helper to incrementally build a PrefixSet from a stream of sorted prefixes.
161 // Flush any buffered prefixes, and return the final PrefixSet instance.
164 scoped_ptr<PrefixSet> GetPrefixSet(const std::vector<SBFullHash>& hashes);
168 scoped_ptr<PrefixSet> GetPrefixSetNoHashes()
    [all...]
prefix_set.cc 83 bool PrefixSet::PrefixLess(const IndexPair& a, const IndexPair& b) {
87 PrefixSet::PrefixSet() {
90 PrefixSet::PrefixSet(IndexVector* index,
99 PrefixSet::~PrefixSet() {}
101 bool PrefixSet::PrefixExists(SBPrefix prefix) const {
133 bool PrefixSet::Exists(const SBFullHash& hash) const {
141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp     [all...]

Completed in 83 milliseconds