Searched refs:n3 (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc268 // waits for n3 | generates failure #3
271 // | notifies n3
282 Notification n3; member in struct:CheckPoints
298 check_points->n3.Notify();
315 check_points.n3.WaitForNotification();
H A Dgtest_unittest.cc2167 bool operator()(int n1, int n2, int n3) { argument
2168 return IsEven(n1 + n2 + n3);
2176 int n1, int n2, int n3, int n4) {
2177 const int sum = n1 + n2 + n3 + n4;
2184 << " (" << n1 << " + " << n2 << " + " << n3 << " + " << n4
2194 const char* e5, int n1, int n2, int n3, int n4, int n5) {
2195 const int sum = n1 + n2 + n3 + n4 + n5;
2203 << n1 << " + " << n2 << " + " << n3 << " + " << n4 << " + " << n5
2288 const int n3 = 4; local
2291 EXPECT_PRED_FORMAT4(AssertSumIsEven4, n1, n2, n3, n
2174 AssertSumIsEven4( const char* e1, const char* e2, const char* e3, const char* e4, int n1, int n2, int n3, int n4) argument
2192 operator ()( const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, int n1, int n2, int n3, int n4, int n5) argument
2311 int n3 = 0; local
2315 n1++, n2++, n3++, n4++, n5++) local
[all...]

Completed in 19 milliseconds