Home
last modified time | relevance | path

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

/external/libchrome/base/
Dobserver_list.h189 DCHECK_LT(index_, clamped_max_index()); in GetCurrent()
195 const size_t max_index = clamped_max_index(); in EnsureValidIndex()
200 size_t clamped_max_index() const { in clamped_max_index() function
204 bool is_end() const { return !list_ || index_ == clamped_max_index(); } in is_end()