Searched refs:rend (Results 1 – 5 of 5) sorted by relevance
84 for (auto it = my_clients[list_idx].rbegin(); it != my_clients[list_idx].rend(); ++it) { in update_allotment()
79 REQUIRE(it1 == vec_sorted.rend()); in examine()88 REQUIRE(it1 == vec_sorted.rend()); in examine()
193 REQUIRE( (rp!=v.rend()) ); in TestSequentialFor()195 REQUIRE( rp==v.rend() ); in TestSequentialFor()204 REQUIRE( crp!=u.rend() ); in TestSequentialFor()206 REQUIRE( crp == u.rend() ); in TestSequentialFor()1046 var[1].assign(str[0].rbegin(), str[0].rend()); in TestComparison()1047 var[2].assign(var[1].rbegin(), var[1].rend()); // same as 0th in TestComparison()
474 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function475 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } in rend() function
294 REQUIRE( utils::IsEqual()(cvcr.front(), *(c2.rend()-1)) ); in Examine()