Searched refs:targetDistinctValue_ (Results 1 – 2 of 2) sorted by relevance
93 targetDistinctValue_.erase(inTarget); in TargetOffline()251 if (targetDistinctValue_.count(inTarget) == 0) { in DetectDistinctValueChange()252 targetDistinctValue_.try_emplace(inTarget, inDistinctValue); in DetectDistinctValueChange()257 if (targetDistinctValue_[inTarget] == inDistinctValue) { in DetectDistinctValueChange()263 ULL(inDistinctValue), ULL(targetDistinctValue_[inTarget])); in DetectDistinctValueChange()264 targetDistinctValue_[inTarget] = inDistinctValue; in DetectDistinctValueChange()
105 std::map<std::string, uint64_t> targetDistinctValue_; variable