Home | History | Annotate | Download | only in libpdx

Lines Matching refs:constructor_count

84   static std::size_t constructor_count() { return constructor_count_; }
429 ASSERT_EQ(0u, InstrumentType<int>::constructor_count());
441 EXPECT_EQ(0u, InstrumentType<int>::constructor_count());
452 EXPECT_EQ(0u, InstrumentType<int>::constructor_count());
464 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
475 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
489 EXPECT_EQ(3u, InstrumentType<int>::constructor_count());
503 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
515 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
520 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
530 EXPECT_EQ(1u, InstrumentType<int>::constructor_count());
543 EXPECT_EQ(1u, InstrumentType<int>::constructor_count());
556 EXPECT_EQ(1u, InstrumentType<int>::constructor_count());
569 EXPECT_EQ(1u, InstrumentType<int>::constructor_count());
583 EXPECT_EQ(1u, InstrumentType<int>::constructor_count());
598 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
603 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());