Searched refs:stashes_ (Results 1 – 2 of 2) sorted by relevance
110 stashes_(std::move(stashes)) { in SourceInfo()112 for (const auto& stash : stashes_) { in SourceInfo()144 stashes_ == other.stashes_;159 std::vector<StashInfo> stashes_; variable
349 for (const StashInfo& stash : stashes_) { in ReadAll()398 if (!source.stashes_.empty()) { in operator <<()399 os << " " << source.stashes_.size() << " stash(es)"; in operator <<()