HomeSort by relevance Sort by last modified time
    Searched refs:CalculateEndIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
242 static int CalculateEndIndex(const T& begin,
  /external/gtest/include/gtest/internal/
gtest-param-util.h 206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
257 static int CalculateEndIndex(const T& begin,
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
242 static int CalculateEndIndex(const T& begin,
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
260 static int CalculateEndIndex(const T& begin,

Completed in 52 milliseconds