Lines Matching refs:other
51 bool operator==(const TargetInfo& other) const {
52 return hash_ == other.hash_ && ranges_ == other.ranges_;
85 bool operator==(const StashInfo& other) const {
86 return id_ == other.id_ && ranges_ == other.ranges_;
142 bool operator==(const SourceInfo& other) const {
143 return hash_ == other.hash_ && ranges_ == other.ranges_ && location_ == other.location_ &&
144 stashes_ == other.stashes_;
180 bool operator==(const PatchInfo& other) const {
181 return offset_ == other.offset_ && length_ == other.length_;
219 bool operator==(const HashTreeInfo& other) const {
220 return hash_tree_ranges_ == other.hash_tree_ranges_ && source_ranges_ == other.source_ranges_ &&
221 hash_algorithm_ == other.hash_algorithm_ && salt_hex_ == other.salt_hex_ &&
222 root_hash_ == other.root_hash_;