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

/external/stlport/test/unit/
H A Dtype_traits_test.cpp95 any_type* any_pointer; variable
325 CPPUNIT_ASSERT( is_integer(any_pointer) == 0 );
371 CPPUNIT_ASSERT( is_rational(any_pointer) == 0 );
393 CPPUNIT_ASSERT( is_pointer_type(any_pointer) == 1 );
429 CPPUNIT_CHECK( are_both_pointer_type(any_pointer, any_pointer) == 1 );
451 CPPUNIT_CHECK( is_ok_to_use_memcpy(int_pointer, any_pointer) == 0 );
452 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, int_pointer) == 0 );
453 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, any_pointer)
[all...]

Completed in 308 milliseconds