Searched defs:MatchIdFunctor (Results 1 – 1 of 1) sorted by relevance
62 struct MatchIdFunctor { struct63 explicit MatchIdFunctor(const std::string& id) : id(id) {} in MatchIdFunctor() argument64 bool operator()(scoped_refptr<const Extension> extension) { in operator ()()67 std::string id;