Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp85 static std::size_t destructor_count() { return destructor_count_; } in destructor_count() function in __anon1fde347f0111::InstrumentType
430 ASSERT_EQ(0u, InstrumentType<int>::destructor_count()); in TEST()
442 EXPECT_EQ(0u, InstrumentType<int>::destructor_count()); in TEST()
453 EXPECT_EQ(0u, InstrumentType<int>::destructor_count()); in TEST()
465 EXPECT_EQ(1u, InstrumentType<int>::destructor_count()); in TEST()
476 EXPECT_EQ(1u, InstrumentType<int>::destructor_count()); in TEST()
490 EXPECT_EQ(2u, InstrumentType<int>::destructor_count()); in TEST()
504 EXPECT_EQ(2u, InstrumentType<int>::destructor_count()); in TEST()
516 EXPECT_EQ(1u, InstrumentType<int>::destructor_count()); in TEST()
521 EXPECT_EQ(2u, InstrumentType<int>::destructor_count()); in TEST()
[all …]