Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h176 TakeRangeInternal(start_inclusive, start_inclusive + n); in UniqueConsecutiveItems()
224 return TakeRangeInternal(start_inclusive, end_exclusive); in TakeRange()
262 TakeRangeInternal(const T& start_inclusive, const T& end_exclusive) { in TakeRangeInternal() function