Searched defs:lastIt (Results 1 – 3 of 3) sorted by relevance
23 ForwardIt is_sorted_until(ForwardIt firstIt, ForwardIt lastIt) in is_sorted_until()36 bool is_sorted(ForwardIt firstIt, ForwardIt lastIt) in is_sorted()
187 std::vector<audio_latency_mode_t>::iterator lastIt = orderedLowLatencyModes.begin(); in TEST_F() local
1349 std::vector<PositionColorVertex>::const_iterator lastIt = firstIt + it->vertexCount; in iterate() local