Home
last modified time | relevance | path

Searched refs:olds (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp38 static bool IsSame(std::vector<T> &olds, std::vector<T> &news) in IsSame() argument
40 if (olds.size() != news.size()) { in IsSame()
45 auto len = olds.size(); in IsSame()
47 isSame = IsSame(olds[i], news[i]) && isSame; in IsSame()

Completed in 1 milliseconds