OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_cv_convertible
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
type_traits_test.cpp
150
int
is_cv_convertible
(_Src, _Dst) {
function
270
//CPPUNIT_CHECK(
is_cv_convertible
(d, b) == 1 );
271
//CPPUNIT_CHECK(
is_cv_convertible
(cd, b) == 0 );
277
CPPUNIT_CHECK(
is_cv_convertible
(pd, pb) == 1 );
278
CPPUNIT_CHECK(
is_cv_convertible
(pcd, pb) == 0 );
/ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp
150
int
is_cv_convertible
(_Src, _Dst) {
function
270
//CPPUNIT_CHECK(
is_cv_convertible
(d, b) == 1 );
271
//CPPUNIT_CHECK(
is_cv_convertible
(cd, b) == 0 );
277
CPPUNIT_CHECK(
is_cv_convertible
(pd, pb) == 1 );
278
CPPUNIT_CHECK(
is_cv_convertible
(pcd, pb) == 0 );
/ndk/tests/device/test-stlport/unit/
type_traits_test.cpp
150
int
is_cv_convertible
(_Src, _Dst) {
function
270
//CPPUNIT_CHECK(
is_cv_convertible
(d, b) == 1 );
271
//CPPUNIT_CHECK(
is_cv_convertible
(cd, b) == 0 );
277
CPPUNIT_CHECK(
is_cv_convertible
(pd, pb) == 1 );
278
CPPUNIT_CHECK(
is_cv_convertible
(pcd, pb) == 0 );
Completed in 50 milliseconds