OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rr_type
(Results
1 - 25
of
65
) sorted by null
1
2
3
/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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
icmp6.h
258
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
icmp6.h
258
#define
rr_type
rr_hdr.icmp6_type
macro
/development/ndk/platforms/android-3/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/external/tcpdump/
icmp6.h
424
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/netinet/
icmp6.h
459
#define
rr_type
rr_hdr.icmp6_type
macro
Completed in 1384 milliseconds
1
2
3