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

/system/core/libziparchive/
H A Dzip_archive_test.cc115 static void AssertIterationOrder(const ZipString* prefix, const ZipString* suffix, function
145 AssertIterationOrder(nullptr, nullptr, kExpectedMatchesSorted);
152 AssertIterationOrder(&prefix, nullptr, kExpectedMatchesSorted);
160 AssertIterationOrder(nullptr, &suffix, kExpectedMatchesSorted);
168 AssertIterationOrder(&prefix, &suffix, kExpectedMatchesSorted);

Completed in 97 milliseconds