Searched refs:id_ (Results 1 – 2 of 2) sorted by relevance
71 StashInfo(std::string id, RangeSet ranges) : id_(std::move(id)), ranges_(std::move(ranges)) {} in StashInfo()78 return id_; in id()86 return id_ == other.id_ && ranges_ == other.ranges_;93 std::string id_; variable
387 os << stash.blocks() << " blocks (" << stash.id_ << "): " << stash.ranges_.ToString(); in operator <<()