Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator_test.cpp92 auto four_consecutive = allocator->UniqueConsecutiveItems(4); in TEST_F()
93 auto three_consecutive = allocator->UniqueConsecutiveItems(3); in TEST_F()
94 auto another_three_consecutive = allocator->UniqueConsecutiveItems(3); in TEST_F()
95 auto two_consecutive = allocator->UniqueConsecutiveItems(2); in TEST_F()
Dunique_resource_allocator.h166 UniqueConsecutiveItems(const std::size_t n) { in UniqueConsecutiveItems() function