OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crr_type
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
reference_wrapper_test.cpp
60
typedef std::tr1::reference_wrapper<const int>
crr_type
;
typedef
62
CPPUNIT_CHECK( (::boost::is_convertible<
crr_type
, const int&>::value) );
63
CPPUNIT_CHECK( (::boost::is_same<
crr_type
::type, const int>::value) );
68
crr_type
r1 = std::tr1::cref(i);
/ndk/tests/device/test-gnustl-full/unit/
reference_wrapper_test.cpp
60
typedef std::tr1::reference_wrapper<const int>
crr_type
;
typedef
62
CPPUNIT_CHECK( (::boost::is_convertible<
crr_type
, const int&>::value) );
63
CPPUNIT_CHECK( (::boost::is_same<
crr_type
::type, const int>::value) );
68
crr_type
r1 = std::tr1::cref(i);
/ndk/tests/device/test-stlport/unit/
reference_wrapper_test.cpp
60
typedef std::tr1::reference_wrapper<const int>
crr_type
;
typedef
62
CPPUNIT_CHECK( (::boost::is_convertible<
crr_type
, const int&>::value) );
63
CPPUNIT_CHECK( (::boost::is_same<
crr_type
::type, const int>::value) );
68
crr_type
r1 = std::tr1::cref(i);
Completed in 3174 milliseconds