Searched refs:nss (Results 1 – 6 of 6) sorted by relevance
43 bool(std::string_view key, const std::vector<std::string>& nss));
87 const std::vector<std::string>& nss) = 0;
110 bool FakePrefs::Delete(std::string_view key, const vector<string>& nss) { in Delete() argument112 for (const auto& ns : nss) { in Delete()
54 const std::vector<std::string>& nss) override;
129 bool PrefsBase::Delete(std::string_view pref_key, const vector<string>& nss) { in Delete() argument133 for (const auto& ns : nss) { in Delete()
94 const std::vector<std::string>& nss) override;