Searched refs:second_type (Results 1 - 25 of 51) sorted by relevance

123

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp16 // typedef T2 second_type;
25 static_assert((std::is_same<P::second_type, short*>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp16 // typedef T2 second_type;
25 static_assert((std::is_same<P::second_type, short*>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp16 // typedef T2 second_type;
25 static_assert((std::is_same<P::second_type, short*>::value), "");
/prebuilts/misc/common/swig/include/2.0.11/lua/
H A Dstd_pair.i29 typedef U second_type;
/prebuilts/misc/common/swig/include/2.0.11/std/
H A Dstd_pair.i11 typedef U second_type;
57 typedef U* second_type;
93 typedef U second_type;
129 typedef U* second_type;
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h66 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r10/sources/cxx-stl/system/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r11/sources/cxx-stl/system/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/r13/sources/cxx-stl/system/include/
H A Dstl_pair.h74 typedef _T2 second_type; typedef in struct:pair
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h148 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h99 typedef _T2 second_type; /// @c second_type is the second bound type typedef in struct:pair
171 second = std::forward<second_type>(__p.second);

Completed in 501 milliseconds

123