OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:any_const_pointer
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
type_traits_test.cpp
96
any_type const*
any_const_pointer
;
variable
454
CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer,
any_const_pointer
) == 0 );
486
CPPUNIT_CHECK( is_ok_to_use_memmove(any_pointer,
any_const_pointer
) == 0 );
/ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp
96
any_type const*
any_const_pointer
;
variable
454
CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer,
any_const_pointer
) == 0 );
486
CPPUNIT_CHECK( is_ok_to_use_memmove(any_pointer,
any_const_pointer
) == 0 );
/ndk/tests/device/test-stlport/unit/
type_traits_test.cpp
96
any_type const*
any_const_pointer
;
variable
454
CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer,
any_const_pointer
) == 0 );
486
CPPUNIT_CHECK( is_ok_to_use_memmove(any_pointer,
any_const_pointer
) == 0 );
Completed in 157 milliseconds