Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dshared_copy_on_write_unittest.cpp20 int GetConstructionCount(const std::string& name) { in GetConstructionCount() function in fxcrt::__anon892b26810111::Observer
67 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
72 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
75 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
87 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
88 EXPECT_EQ(1, observer.GetConstructionCount("two")); in TEST()
102 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
103 EXPECT_EQ(1, observer.GetConstructionCount("two")); in TEST()
116 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
120 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()
[all …]