Home
last modified time | relevance | path

Searched refs:propertiesBlacklist (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-utility.cpp188 String IcingaDB::HashValue(const Value& value, const std::set<String>& propertiesBlacklist, bool pr… in HashValue() argument
203 if (propertiesBlacklist.size() && temp.IsObject()) { in HashValue()
214 auto propertiesBlacklistEnd = propertiesBlacklist.end(); in HashValue()
217 if (propertiesBlacklist.find(current->first) == propertiesBlacklistEnd) { in HashValue()
224 for (auto& property : propertiesBlacklist) in HashValue()
H A Dicingadb.hpp128 …static String HashValue(const Value& value, const std::set<String>& propertiesBlacklist, bool prop…