Searched defs:cend (Results 1 – 6 of 6) sorted by relevance
40 iterator cend() const { return last_; } in cend() function
64 const_iterator cend() const { return const_iterator(&AtUnchecked(size_), element_size_); } in cend() function
124 const_iterator cend() const { return array_ + size_; } in cend() function
97 const_iterator cend() const { return MakeIterator(base().cend()); } in cend() function
116 for (uint8_t* cend = HeapLimit() - delta; cend < HeapLimit(); cend += CardTable::kCardSize) { in TEST_F() local
172 const_iterator cend() const { return const_iterator(nullptr); } in cend() function