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

/external/stlport/test/unit/
H A Dtype_traits_test.cpp77 int const& int_const_ref = int_val; variable
391 CPPUNIT_ASSERT( is_pointer_type(int_const_ref) == 0 );
427 CPPUNIT_CHECK( are_both_pointer_type(int_const_ref, int_const_ref) == 0 );

Completed in 225 milliseconds