Searched refs:DestructorMonitor (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dtype_traits_test.cpp500 struct DestructorMonitor struct
502 ~DestructorMonitor()
508 size_t DestructorMonitor::nb_destructor_call = 0;
514 struct __type_traits<DestructorMonitor> {
541 vector<DestructorMonitor> v(10);
542 DestructorMonitor::nb_destructor_call = 0;
544 CPPUNIT_CHECK( DestructorMonitor::nb_destructor_call == 0 );

Completed in 61 milliseconds