Lines Matching refs:source
79 const std::string& src_hash, SourceInfo* source, in ParseTargetInfoAndSourceInfo() argument
139 *source = result; in ParseTargetInfoAndSourceInfo()
175 *source = result; in ParseTargetInfoAndSourceInfo()
319 const std::vector<uint8_t>& source, size_t block_size) { in MoveRange() argument
320 const uint8_t* from = source.data(); in MoveRange()
391 std::ostream& operator<<(std::ostream& os, const SourceInfo& source) { in operator <<() argument
392 os << source.blocks_ << " blocks (" << source.hash_ << "): "; in operator <<()
393 if (source.ranges_) { in operator <<()
394 os << source.ranges_.ToString(); in operator <<()
395 if (source.location_) { in operator <<()
396 os << " (location: " << source.location_.ToString() << ")"; in operator <<()
399 if (!source.stashes_.empty()) { in operator <<()
400 os << " " << source.stashes_.size() << " stash(es)"; in operator <<()