Searched defs:PrefixSet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dprefix_set.h65 class PrefixSet { class in namespace:safe_browsing
67 ~PrefixSet();
74 static scoped_ptr<PrefixSet> LoadFile(const base::FilePath& filter_name);
125 PrefixSet();
128 PrefixSet(IndexVector* index,
146 DISALLOW_COPY_AND_ASSIGN(PrefixSet);
149 // Helper to incrementally build a PrefixSet from a stream of sorted prefixes.
162 // Flush any buffered prefixes, and return the final PrefixSet instance.
165 scoped_ptr<PrefixSet> GetPrefixSet(const std::vector<SBFullHash>& hashes);
169 scoped_ptr<PrefixSet> GetPrefixSetNoHashe
[all...]
H A Dprefix_set.cc90 bool PrefixSet::PrefixLess(const IndexPair& a, const IndexPair& b) {
94 PrefixSet::PrefixSet() { function in class:safe_browsing::PrefixSet
97 PrefixSet::PrefixSet(IndexVector* index, function in class:safe_browsing::PrefixSet
106 PrefixSet::~PrefixSet() {}
108 bool PrefixSet::PrefixExists(SBPrefix prefix) const {
140 bool PrefixSet::Exists(const SBFullHash& hash) const {
148 void PrefixSet
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp1182 StringSet<> PrefixSet; local
1188 if (!PrefixSet.insert(Prefix))

Completed in 118 milliseconds