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