OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_const_pointer
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp
70
int const*
int_const_pointer
;
variable
387
CPPUNIT_ASSERT( is_pointer_type(
int_const_pointer
) == 1 );
423
CPPUNIT_CHECK( are_both_pointer_type(
int_const_pointer
,
int_const_pointer
) == 1 );
444
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
, int_pointer) == 1 );
447
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
,
int_const_pointer
) == 0 );
448
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
, int_volatile_pointer) == 0 );
449
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
, int_const_volatile_pointer) == 0 );
476
CPPUNIT_CHECK( is_ok_to_use_memmove(
int_const_pointer
, int_pointer) == 1 )
[
all
...]
/ndk/tests/device/test-stlport/unit/
type_traits_test.cpp
70
int const*
int_const_pointer
;
variable
387
CPPUNIT_ASSERT( is_pointer_type(
int_const_pointer
) == 1 );
423
CPPUNIT_CHECK( are_both_pointer_type(
int_const_pointer
,
int_const_pointer
) == 1 );
444
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
, int_pointer) == 1 );
447
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
,
int_const_pointer
) == 0 );
448
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
, int_volatile_pointer) == 0 );
449
CPPUNIT_CHECK( is_ok_to_use_memcpy(
int_const_pointer
, int_const_volatile_pointer) == 0 );
476
CPPUNIT_CHECK( is_ok_to_use_memmove(
int_const_pointer
, int_pointer) == 1 )
[
all
...]
Completed in 389 milliseconds