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

/gem5/ext/googletest/googletest/samples/
H A Dsample4_unittest.cc35 // Tests the Increment() method.
36 TEST(Counter, Increment) {
42 EXPECT_EQ(0, c.Increment());
43 EXPECT_EQ(1, c.Increment());
44 EXPECT_EQ(2, c.Increment());
H A Dsample4.cc39 int Counter::Increment() { function in class:Counter
H A Dsample4.h47 int Increment();
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc1056 void Increment() { function in class:testing::internal::AtomicCounterWithMutex
1098 param.first->Increment();

Completed in 13 milliseconds