Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator_test.cpp122 TEST_F(CvdIdAllocatorTest, TakeAll) { in TEST_F() argument
129 auto take_4_5_11 = allocator->TakeAll<std::vector<unsigned>>({4, 5, 11}); in TEST_F()
130 auto take_4_5_10 = allocator->TakeAll<std::vector<unsigned>>({4, 5, 10}); in TEST_F()
131 auto take_9_10 = allocator->TakeAll<std::vector<unsigned>>({9, 10}); in TEST_F()
132 auto take_9 = allocator->TakeAll<std::vector<unsigned>>({9}); in TEST_F()
Dunique_resource_allocator.h198 std::optional<ReservationSet> TakeAll(const Container& ts) { in TakeAll() function