Searched refs:kSize (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc120 template <typename T, int kSize>
H A Dgtest-printers_test.cc847 const int kSize = 5; local
848 int a[kSize] = { 1, 1, 2, 5, 1 };
849 hash_multiset<int> set1(a, a + kSize);
871 std::sort(a, a + kSize);
872 EXPECT_TRUE(std::equal(a, a + kSize, numbers.begin()));
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2107 template <int kSize>
2108 std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
2109 return std::vector<std::string>(array, array + kSize);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1555 // * kSize is the length of the MatcherList.
1558 template <int kSize, typename Head, typename... Tail>
1560 typedef MatcherList<kSize - 1, Tail...> MatcherListTail;

Completed in 98 milliseconds