Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp83 static std::size_t constructor_count() { return constructor_count_; } in constructor_count() function in __anon1fde347f0111::InstrumentType
428 ASSERT_EQ(0u, InstrumentType<int>::constructor_count()); in TEST()
440 EXPECT_EQ(0u, InstrumentType<int>::constructor_count()); in TEST()
451 EXPECT_EQ(0u, InstrumentType<int>::constructor_count()); in TEST()
463 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()
474 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()
488 EXPECT_EQ(3u, InstrumentType<int>::constructor_count()); in TEST()
502 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()
514 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()
519 EXPECT_EQ(2u, InstrumentType<int>::constructor_count()); in TEST()
[all …]