Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dshared_copy_on_write_unittest.cpp23 int GetDestructionCount(const std::string& name) { in GetDestructionCount() function in fxcrt::__anon892b26810111::Observer
68 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()
73 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()
76 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()
78 EXPECT_EQ(1, observer.GetDestructionCount("one")); in TEST()
89 EXPECT_EQ(1, observer.GetDestructionCount("one")); in TEST()
90 EXPECT_EQ(0, observer.GetDestructionCount("two")); in TEST()
92 EXPECT_EQ(1, observer.GetDestructionCount("two")); in TEST()
104 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()
105 EXPECT_EQ(0, observer.GetDestructionCount("two")); in TEST()
[all …]