HomeSort by relevance Sort by last modified time
    Searched refs:DestructorMonitor (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
type_traits_test.cpp 500 struct DestructorMonitor
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 );
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 500 struct DestructorMonitor
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 );
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 500 struct DestructorMonitor
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 746 milliseconds