Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
242 static int CalculateEndIndex(const T& begin, in CalculateEndIndex() function