OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed_tags
(Results
1 - 1
of
1
) sorted by null
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
762
IntegerSet
allowed_tags
;
local
764
allowed_tags
.insert(TABLES_IN_SUBSET[i]);
768
std::set_difference(
allowed_tags
.begin(),
allowed_tags
.end(),
771
allowed_tags
= result;
774
for (IntegerSet::iterator i =
allowed_tags
.begin(), e =
allowed_tags
.end();
Completed in 663 milliseconds