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

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