Searched refs:propertiesBlacklist (Results 1 – 2 of 2) sorted by relevance
188 String IcingaDB::HashValue(const Value& value, const std::set<String>& propertiesBlacklist, bool pr… in HashValue() argument203 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()
128 …static String HashValue(const Value& value, const std::set<String>& propertiesBlacklist, bool prop…