OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rr_type
(Results
1 - 7
of
7
) sorted by null
/external/stlport/test/unit/
reference_wrapper_test.cpp
29
typedef std::tr1::reference_wrapper<int>
rr_type
;
typedef
31
CPPUNIT_CHECK( (::boost::is_convertible<
rr_type
, int&>::value) );
32
CPPUNIT_CHECK( (::boost::is_same<
rr_type
::type, int>::value) );
37
rr_type
r1 = std::tr1::ref(i);
/ndk/tests/device/test-gnustl-full/unit/
reference_wrapper_test.cpp
29
typedef std::tr1::reference_wrapper<int>
rr_type
;
typedef
31
CPPUNIT_CHECK( (::boost::is_convertible<
rr_type
, int&>::value) );
32
CPPUNIT_CHECK( (::boost::is_same<
rr_type
::type, int>::value) );
37
rr_type
r1 = std::tr1::ref(i);
/ndk/tests/device/test-stlport/unit/
reference_wrapper_test.cpp
29
typedef std::tr1::reference_wrapper<int>
rr_type
;
typedef
31
CPPUNIT_CHECK( (::boost::is_convertible<
rr_type
, int&>::value) );
32
CPPUNIT_CHECK( (::boost::is_same<
rr_type
::type, int>::value) );
37
rr_type
r1 = std::tr1::ref(i);
/external/iproute2/include/netinet/
icmp6.h
258
#define
rr_type
rr_hdr.icmp6_type
macro
/external/tcpdump/
icmp6.h
407
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
icmp6.h
258
#define
rr_type
rr_hdr.icmp6_type
macro
/bionic/libc/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
Completed in 176 milliseconds