Searched refs:hash_ (Results 1 – 2 of 2) sorted by relevance
37 : hash_(std::move(hash)), ranges_(std::move(ranges)) {} in TargetInfo()40 return hash_; in hash()52 return hash_ == other.hash_ && ranges_ == other.ranges_;59 std::string hash_; variable107 : hash_(std::move(hash)), in SourceInfo()135 return hash_; in hash()143 return hash_ == other.hash_ && ranges_ == other.ranges_ && location_ == other.location_ &&151 std::string hash_; variable
382 os << target.blocks() << " blocks (" << target.hash_ << "): " << target.ranges_.ToString(); in operator <<()392 os << source.blocks_ << " blocks (" << source.hash_ << "): "; in operator <<()