Home
last modified time | relevance | path

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

/system/utest/fit/
A Dfunction_tests.cpp637 int fheapvalue = 1; in sharing() local
640 [&fheapvalue, big = Big(), d = DestructionObserver(&fheapdestroy)] { fheapvalue++; }; in sharing()
649 EXPECT_EQ(2, fheapvalue); in sharing()
651 EXPECT_EQ(3, fheapvalue); in sharing()
653 EXPECT_EQ(4, fheapvalue); in sharing()
655 EXPECT_EQ(5, fheapvalue); in sharing()
657 EXPECT_EQ(6, fheapvalue); in sharing()
659 EXPECT_EQ(7, fheapvalue); in sharing()

Completed in 4 milliseconds