Searched refs:doKeep (Results 1 – 2 of 2) sorted by relevance
148 void Filter(std::function<bool(const KeyParameter&)> doKeep);
132 void AuthorizationSet::Filter(std::function<bool(const KeyParameter&)> doKeep) { in Filter() argument135 if (doKeep(param)) { in Filter()