Lines Matching refs:end
230 auto it = find(bundleList.begin(), bundleList.end(), key);
231 if (it != bundleList.end()) {
244 std::set<std::string> m(allowList_.begin(), allowList_.end());
246 for (auto it = blockList_.begin(); it != blockList_.end(); it++) {
247 if (m.find(*it) != m.end()) {
333 std::set<std::string> m(allowAbilityList_.begin(), allowAbilityList_.end());
335 for (auto it = blockAbilityList_.begin(); it != blockAbilityList_.end(); it++) {
336 if (m.find(*it) != m.end()) {
363 blockPageList_.insert(blockPageList_.end(), temp.begin(), temp.end());
417 std::set<std::string> s(argumentlist.begin(), argumentlist.end());
418 argumentlist.assign(s.begin(), s.end());