Searched refs:commitMapA (Results 1 – 1 of 1) sorted by relevance
769 std::map<std::string, MultiVerCommitNode> commitMapA; in IsCommitHistorySyncRequestPacketEqual() local771 inPacketA.GetCommitMap(commitMapA); in IsCommitHistorySyncRequestPacketEqual()773 for (const auto &entry : commitMapA) { in IsCommitHistorySyncRequestPacketEqual()782 if (commitMapA.count(entry.first) == 0) { in IsCommitHistorySyncRequestPacketEqual()785 if (!IsMultiVerCommitEqual(entry.second, commitMapA[entry.first])) { in IsCommitHistorySyncRequestPacketEqual()