Searched refs:bcp_checksums_by_index_ (Results 1 – 2 of 2) sorted by relevance
85 current_bcp_checksums = &bcp_checksums_by_index_[bcp_index++];155 if (auto it = bcp_checksums_by_index_.find(bcp_index); it != bcp_checksums_by_index_.end()) { in GetBcpChecksums()170 std::vector<std::string>& bcp_checksums = bcp_checksums_by_index_[bcp_index]; in GetBcpChecksums()
84 std::unordered_map<size_t, std::vector<std::string>> bcp_checksums_by_index_; variable