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

  /external/stlport/test/unit/
type_traits_test.cpp 109 any_pod_type any_pod; variable
536 CPPUNIT_CHECK( has_trivial_destructor(any_pod) == 1 );
566 CPPUNIT_CHECK( is_POD_type(any_pod) == 1 );
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 109 any_pod_type any_pod; variable
536 CPPUNIT_CHECK( has_trivial_destructor(any_pod) == 1 );
566 CPPUNIT_CHECK( is_POD_type(any_pod) == 1 );
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 109 any_pod_type any_pod; variable
536 CPPUNIT_CHECK( has_trivial_destructor(any_pod) == 1 );
566 CPPUNIT_CHECK( is_POD_type(any_pod) == 1 );

Completed in 356 milliseconds