HomeSort by relevance Sort by last modified time
    Searched full:remove_reference (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h 77 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
88 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
101 constexpr typename std::remove_reference<_Tp>::type&&
103 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h 77 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
88 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
101 constexpr typename std::remove_reference<_Tp>::type&&
103 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
move.h 76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
87 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
100 constexpr typename std::remove_reference<_Tp>::type&&
102 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 64 template <class T> struct remove_reference;
156 using remove_reference_t = typename remove_reference<T>::type; // C++14
559 // remove_reference
561 template <class _Tp> struct _LIBCPP_TYPE_VIS remove_reference {typedef _Tp type;};
562 template <class _Tp> struct _LIBCPP_TYPE_VIS remove_reference<_Tp&> {typedef _Tp type;};
564 template <class _Tp> struct _LIBCPP_TYPE_VIS remove_reference<_Tp&&> {typedef _Tp type;};
568 template <class _Tp> using remove_reference_t = typename remove_reference<_Tp>::type;
632 {typedef typename remove_reference<_Tp>::type* type;};
783 template <class _Tp> typename remove_reference<_Tp>::type& __source();
796 unsigned = __is_convertible_imp::__is_array_function_or_void<typename remove_reference<_Tp>::type>::value
    [all...]
tuple 268 is_same<typename remove_reference<_Tp>::type,
270 typename remove_reference<_Hp>::type
284 is_same<typename remove_reference<_Tp>::type,
286 typename remove_reference<_Hp>::type
298 is_same<typename remove_reference<_Tp>::type,
300 typename remove_reference<_Hp>::type
312 is_same<typename remove_reference<_Tp>::type,
314 typename remove_reference<_Hp>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 95 /// remove_reference
97 struct remove_reference
101 struct remove_reference<_Tp&>
105 struct remove_reference<_Tp&&>
120 { typedef typename remove_reference<_Tp>::type& type; };
246 typedef typename remove_reference<_Tp>::type __rr_Tp;
258 remove_reference<_From>::type>::value
366 typedef typename remove_reference<_Tp>::type __remove_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 95 /// remove_reference
97 struct remove_reference
101 struct remove_reference<_Tp&>
105 struct remove_reference<_Tp&&>
120 { typedef typename remove_reference<_Tp>::type& type; };
246 typedef typename remove_reference<_Tp>::type __rr_Tp;
258 remove_reference<_From>::type>::value
366 typedef typename remove_reference<_Tp>::type __remove_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 95 /// remove_reference
97 struct remove_reference
101 struct remove_reference<_Tp&>
105 struct remove_reference<_Tp&&>
120 { typedef typename remove_reference<_Tp>::type& type; };
246 typedef typename remove_reference<_Tp>::type __rr_Tp;
258 remove_reference<_From>::type>::value
366 typedef typename remove_reference<_Tp>::type __remove_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 95 /// remove_reference
97 struct remove_reference
101 struct remove_reference<_Tp&>
105 struct remove_reference<_Tp&&>
120 { typedef typename remove_reference<_Tp>::type& type; };
246 typedef typename remove_reference<_Tp>::type __rr_Tp;
258 remove_reference<_From>::type>::value
366 typedef typename remove_reference<_Tp>::type __remove_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 95 /// remove_reference
97 struct remove_reference
101 struct remove_reference<_Tp&>
105 struct remove_reference<_Tp&&>
120 { typedef typename remove_reference<_Tp>::type& type; };
246 typedef typename remove_reference<_Tp>::type __rr_Tp;
258 remove_reference<_From>::type>::value
366 typedef typename remove_reference<_Tp>::type __remove_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
type_traits 504 struct remove_reference;
509 { typedef typename remove_reference<_Tp>::type* type; };
542 /// remove_reference
544 struct remove_reference
548 struct remove_reference<_Tp&>
552 struct remove_reference<_Tp&&>
567 { typedef typename remove_reference<_Tp>::type& type; };
882 typedef typename remove_reference<_Tp>::type __remove_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
type_traits 504 struct remove_reference;
509 { typedef typename remove_reference<_Tp>::type* type; };
542 /// remove_reference
544 struct remove_reference
548 struct remove_reference<_Tp&>
552 struct remove_reference<_Tp&&>
567 { typedef typename remove_reference<_Tp>::type& type; };
882 typedef typename remove_reference<_Tp>::type __remove_type;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 504 struct remove_reference;
509 { typedef typename remove_reference<_Tp>::type* type; };
542 /// remove_reference
544 struct remove_reference
548 struct remove_reference<_Tp&>
552 struct remove_reference<_Tp&&>
567 { typedef typename remove_reference<_Tp>::type& type; };
882 typedef typename remove_reference<_Tp>::type __remove_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 504 struct remove_reference;
509 { typedef typename remove_reference<_Tp>::type* type; };
542 /// remove_reference
544 struct remove_reference
548 struct remove_reference<_Tp&>
552 struct remove_reference<_Tp&&>
567 { typedef typename remove_reference<_Tp>::type& type; };
882 typedef typename remove_reference<_Tp>::type __remove_type;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 790 struct remove_reference;
802 typedef typename remove_cv<typename remove_reference<_From
804 typedef typename remove_cv<typename remove_reference<_To
826 typedef typename remove_cv<typename remove_reference<
828 typedef typename remove_cv<typename remove_reference<
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 790 struct remove_reference;
802 typedef typename remove_cv<typename remove_reference<_From
804 typedef typename remove_cv<typename remove_reference<_To
826 typedef typename remove_cv<typename remove_reference<
828 typedef typename remove_cv<typename remove_reference<
    [all...]
  /external/llvm/include/llvm/Support/
ErrorOr.h 65 , typename std::remove_reference<V>::type>::type &&
72 , typename std::remove_reference<V>::type>::type &
158 /// is held in a std::reference_wrapper<std::remove_reference<T>::type>, and
167 typedef ReferenceStorage<typename remove_reference<T>::type> wrap;
177 typedef typename remove_reference<T>::type &reference;
178 typedef typename remove_reference<T>::type *pointer;
  /external/stlport/stlport/
type_traits 646 struct remove_reference
652 struct remove_reference<_Tp&>
658 // This shouldn't be in tr1 but was added here anyways since the existing remove_reference is in
661 struct remove_reference<_Tp&&>
716 typedef typename remove_reference<_Tp>::type * type;
756 typedef typename remove_reference<_Tp>::type _U;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 491 struct remove_reference;
496 { typedef typename remove_reference<_Tp>::type* type; };
612 typedef typename remove_reference<_Tp>::type __rr_Tp;
624 remove_reference<_From>::type>::value
647 struct remove_reference
651 struct remove_reference<_Tp&>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 491 struct remove_reference;
496 { typedef typename remove_reference<_Tp>::type* type; };
612 typedef typename remove_reference<_Tp>::type __rr_Tp;
624 remove_reference<_From>::type>::value
647 struct remove_reference
651 struct remove_reference<_Tp&>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 491 struct remove_reference;
496 { typedef typename remove_reference<_Tp>::type* type; };
612 typedef typename remove_reference<_Tp>::type __rr_Tp;
624 remove_reference<_From>::type>::value
647 struct remove_reference
651 struct remove_reference<_Tp&>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 488 struct remove_reference;
493 { typedef typename remove_reference<_Tp>::type* type; };
609 typedef typename remove_reference<_Tp>::type __rr_Tp;
621 remove_reference<_From>::type>::value
644 struct remove_reference
648 struct remove_reference<_Tp&>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 491 struct remove_reference;
496 { typedef typename remove_reference<_Tp>::type* type; };
612 typedef typename remove_reference<_Tp>::type __rr_Tp;
624 remove_reference<_From>::type>::value
647 struct remove_reference
651 struct remove_reference<_Tp&>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 488 struct remove_reference;
493 { typedef typename remove_reference<_Tp>::type* type; };
609 typedef typename remove_reference<_Tp>::type __rr_Tp;
621 remove_reference<_From>::type>::value
644 struct remove_reference
648 struct remove_reference<_Tp&>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
type_traits 487 struct remove_reference;
492 { typedef typename remove_reference<_Tp>::type* type; };
608 typedef typename remove_reference<_Tp>::type __rr_Tp;
620 remove_reference<_From>::type>::value
643 struct remove_reference
647 struct remove_reference<_Tp&>

Completed in 530 milliseconds

12 3 4 5 6 7