Searched refs:constructor_count (Results 1 – 1 of 1) sorted by relevance
92 static std::size_t constructor_count() { return constructor_count_; } in constructor_count() function in __anon1fde347f0111::InstrumentType437 ASSERT_EQ(0u, InstrumentType<int>::constructor_count()); in TEST()449 EXPECT_EQ(0u, InstrumentType<int>::constructor_count()); in TEST()460 EXPECT_EQ(0u, InstrumentType<int>::constructor_count()); in TEST()472 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()483 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()497 EXPECT_EQ(3u, InstrumentType<int>::constructor_count()); in TEST()511 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()523 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()528 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()[all …]