OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoms_set
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/url_matcher/
regex_set_matcher.cc
69
std::set<int>
atoms_set
;
local
70
substring_matcher_->Match(text, &
atoms_set
);
71
return std::vector<RE2ID>(
atoms_set
.begin(),
atoms_set
.end());
Completed in 43 milliseconds