Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive_test.cc114 static void AssertIterationOrder(const ZipString* prefix, const ZipString* suffix, in AssertIterationOrder() function
144 AssertIterationOrder(nullptr, nullptr, kExpectedMatchesSorted); in TEST()
151 AssertIterationOrder(&prefix, nullptr, kExpectedMatchesSorted); in TEST()
159 AssertIterationOrder(nullptr, &suffix, kExpectedMatchesSorted); in TEST()
167 AssertIterationOrder(&prefix, &suffix, kExpectedMatchesSorted); in TEST()