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.cpp84 static std::size_t destructor_count() { return destructor_count_; } in destructor_count() function in __anon1fde347f0111::InstrumentType
429 ASSERT_EQ(0u, InstrumentType<int>::destructor_count()); in TEST()
441 EXPECT_EQ(0u, InstrumentType<int>::destructor_count()); in TEST()
452 EXPECT_EQ(0u, InstrumentType<int>::destructor_count()); in TEST()
464 EXPECT_EQ(1u, InstrumentType<int>::destructor_count()); in TEST()
475 EXPECT_EQ(1u, InstrumentType<int>::destructor_count()); in TEST()
489 EXPECT_EQ(2u, InstrumentType<int>::destructor_count()); in TEST()
503 EXPECT_EQ(2u, InstrumentType<int>::destructor_count()); in TEST()
515 EXPECT_EQ(1u, InstrumentType<int>::destructor_count()); in TEST()
520 EXPECT_EQ(2u, InstrumentType<int>::destructor_count()); in TEST()
[all …]