OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_const_ref
(Results
1 - 2
of
2
) sorted by null
/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 267 milliseconds