Searched refs:smallList (Results 1 – 1 of 1) sorted by relevance
261 bool CompareSaListVersion(const std::list<SaInfo> &smallList, const std::list<SaInfo> &bigList) in CompareSaListVersion() argument263 if (smallList.size() != bigList.size()) { in CompareSaListVersion()264 … LOG(ERROR) << "smallList size: " << smallList.size() << " not equal to big: " << bigList.size(); in CompareSaListVersion()271 for (const auto &info : smallList) { in CompareSaListVersion()284 bool CompareBundleList(const std::list<BundleInfo> &smallList, const std::list<BundleInfo> &bigList) in CompareBundleList() argument286 if (smallList.size() != bigList.size()) { in CompareBundleList()287 …LOG(ERROR) << "Bundle smallList size: " << smallList.size() << " not equal to big: " << bigList.si… in CompareBundleList()294 for (const auto &info : smallList) { in CompareBundleList()