Home
last modified time | relevance | path

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

/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h241 DCHECK_NE(CircularDecrement(front_index_), back_index_); in push_front()
243 front_index_ = CircularDecrement(front_index_); in push_front()
280 size_t CircularDecrement(size_t index) const { in CircularDecrement() function