OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_ref
(Results
1 - 4
of
4
) sorted by null
/external/stlport/test/unit/
type_traits_test.cpp
76
int &
int_ref
= int_val;
variable
390
CPPUNIT_ASSERT( is_pointer_type(
int_ref
) == 0 );
426
CPPUNIT_CHECK( are_both_pointer_type(
int_ref
,
int_ref
) == 0 );
set_test.cpp
243
int const&
int_ref
= *it++;
local
244
CPPUNIT_ASSERT(
int_ref
== 1 );
/ndk/sources/android/stlport/test/unit/
type_traits_test.cpp
76
int &
int_ref
= int_val;
variable
390
CPPUNIT_ASSERT( is_pointer_type(
int_ref
) == 0 );
426
CPPUNIT_CHECK( are_both_pointer_type(
int_ref
,
int_ref
) == 0 );
set_test.cpp
243
int const&
int_ref
= *it++;
local
244
CPPUNIT_ASSERT(
int_ref
== 1 );
Completed in 2168 milliseconds