HomeSort by relevance Sort by last modified time
    Searched full:_to (Results 1 - 25 of 57) sorted by null

1 2 3

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 158 template<typename _From, typename _To>
163 static __one __test(_To);
184 template<typename _From, typename _To,
185 bool = (is_void<_From>::value || is_void<_To>::value
186 || is_function<_To>::value || is_array<_To>::value
190 && __is_int_or_cref<_To>::__value))>
195 add_reference<_From>::type, _To>::__value);
198 template<typename _From, typename _To>
199 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 158 template<typename _From, typename _To>
163 static __one __test(_To);
184 template<typename _From, typename _To,
185 bool = (is_void<_From>::value || is_void<_To>::value
186 || is_function<_To>::value || is_array<_To>::value
190 && __is_int_or_cref<_To>::__value))>
195 add_reference<_From>::type, _To>::__value);
198 template<typename _From, typename _To>
199 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 158 template<typename _From, typename _To>
163 static __one __test(_To);
184 template<typename _From, typename _To,
185 bool = (is_void<_From>::value || is_void<_To>::value
186 || is_function<_To>::value || is_array<_To>::value
190 && __is_int_or_cref<_To>::__value))>
195 add_reference<_From>::type, _To>::__value);
198 template<typename _From, typename _To>
199 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
type_traits 158 template<typename _From, typename _To>
163 static __one __test(_To);
184 template<typename _From, typename _To,
185 bool = (is_void<_From>::value || is_void<_To>::value
186 || is_function<_To>::value || is_array<_To>::value
190 && __is_int_or_cref<_To>::__value))>
195 add_reference<_From>::type, _To>::__value);
198 template<typename _From, typename _To>
199 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 589 template<typename _From, typename _To>
594 static __one __test(_To);
615 template<typename _From, typename _To,
616 bool = (is_void<_From>::value || is_void<_To>::value
617 || is_function<_To>::value || is_array<_To>::value
621 && __is_int_or_cref<_To>::__value))>
626 add_reference<_From>::type, _To>::__value);
629 template<typename _From, typename _To>
630 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 589 template<typename _From, typename _To>
594 static __one __test(_To);
615 template<typename _From, typename _To,
616 bool = (is_void<_From>::value || is_void<_To>::value
617 || is_function<_To>::value || is_array<_To>::value
621 && __is_int_or_cref<_To>::__value))>
626 add_reference<_From>::type, _To>::__value);
629 template<typename _From, typename _To>
630 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 589 template<typename _From, typename _To>
594 static __one __test(_To);
615 template<typename _From, typename _To,
616 bool = (is_void<_From>::value || is_void<_To>::value
617 || is_function<_To>::value || is_array<_To>::value
621 && __is_int_or_cref<_To>::__value))>
626 add_reference<_From>::type, _To>::__value);
629 template<typename _From, typename _To>
630 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 230 template<typename _From, typename _To>
235 static __one __test(_To);
253 template<typename _From, typename _To,
254 bool = (is_void<_From>::value || is_void<_To>::value
255 || is_function<_To>::value || is_array<_To>::value
259 && __is_int_or_cref<_To>::__value))>
265 _To>::__value);
268 template<typename _From, typename _To>
269 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 230 template<typename _From, typename _To>
235 static __one __test(_To);
253 template<typename _From, typename _To,
254 bool = (is_void<_From>::value || is_void<_To>::value
255 || is_function<_To>::value || is_array<_To>::value
259 && __is_int_or_cref<_To>::__value))>
265 _To>::__value);
268 template<typename _From, typename _To>
269 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 230 template<typename _From, typename _To>
235 static __one __test(_To);
253 template<typename _From, typename _To,
254 bool = (is_void<_From>::value || is_void<_To>::value
255 || is_function<_To>::value || is_array<_To>::value
259 && __is_int_or_cref<_To>::__value))>
265 _To>::__value);
268 template<typename _From, typename _To>
269 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 230 template<typename _From, typename _To>
235 static __one __test(_To);
253 template<typename _From, typename _To,
254 bool = (is_void<_From>::value || is_void<_To>::value
255 || is_function<_To>::value || is_array<_To>::value
259 && __is_int_or_cref<_To>::__value))>
265 _To>::__value);
268 template<typename _From, typename _To>
269 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 593 template<typename _From, typename _To>
598 static __one __test(_To);
619 template<typename _From, typename _To,
620 bool = (is_void<_From>::value || is_void<_To>::value
621 || is_function<_To>::value || is_array<_To>::value
625 && __is_int_or_cref<_To>::__value))>
630 add_reference<_From>::type, _To>::__value);
633 template<typename _From, typename _To>
634 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 590 template<typename _From, typename _To>
595 static __one __test(_To);
616 template<typename _From, typename _To,
617 bool = (is_void<_From>::value || is_void<_To>::value
618 || is_function<_To>::value || is_array<_To>::value
622 && __is_int_or_cref<_To>::__value))>
627 add_reference<_From>::type, _To>::__value);
630 template<typename _From, typename _To>
631 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 593 template<typename _From, typename _To>
598 static __one __test(_To);
619 template<typename _From, typename _To,
620 bool = (is_void<_From>::value || is_void<_To>::value
621 || is_function<_To>::value || is_array<_To>::value
625 && __is_int_or_cref<_To>::__value))>
630 add_reference<_From>::type, _To>::__value);
633 template<typename _From, typename _To>
634 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 590 template<typename _From, typename _To>
595 static __one __test(_To);
616 template<typename _From, typename _To,
617 bool = (is_void<_From>::value || is_void<_To>::value
618 || is_function<_To>::value || is_array<_To>::value
622 && __is_int_or_cref<_To>::__value))>
627 add_reference<_From>::type, _To>::__value);
630 template<typename _From, typename _To>
631 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
type_traits 589 template<typename _From, typename _To>
594 static __one __test(_To);
615 template<typename _From, typename _To,
616 bool = (is_void<_From>::value || is_void<_To>::value
617 || is_function<_To>::value || is_array<_To>::value
621 && __is_int_or_cref<_To>::__value))>
626 add_reference<_From>::type, _To>::__value);
629 template<typename _From, typename _To>
630 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
type_traits 589 template<typename _From, typename _To>
594 static __one __test(_To);
615 template<typename _From, typename _To,
616 bool = (is_void<_From>::value || is_void<_To>::value
617 || is_function<_To>::value || is_array<_To>::value
621 && __is_int_or_cref<_To>::__value))>
626 add_reference<_From>::type, _To>::__value);
629 template<typename _From, typename _To>
630 struct __is_convertible_helper<_From, _To, true
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 728 template<typename _From, typename _To, typename
729 = decltype(static_cast<_To>(declval<_From>()))>
736 template<typename _From, typename _To>
740 typedef decltype(__test<_From, _To>(0)) type;
743 template<typename _From, typename _To>
745 : public __is_static_castable_impl<_From, _To>::type
749 template<typename _From, typename _To>
752 _From, _To>::value)>
792 template<typename _From, typename _To, bool
799 template<typename _From, typename _To>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 728 template<typename _From, typename _To, typename
729 = decltype(static_cast<_To>(declval<_From>()))>
736 template<typename _From, typename _To>
740 typedef decltype(__test<_From, _To>(0)) type;
743 template<typename _From, typename _To>
745 : public __is_static_castable_impl<_From, _To>::type
749 template<typename _From, typename _To>
752 _From, _To>::value)>
792 template<typename _From, typename _To, bool
799 template<typename _From, typename _To>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits 767 template<typename _From, typename _To, typename
768 = decltype(static_cast<_To>(declval<_From>()))>
775 template<typename _From, typename _To>
779 typedef decltype(__test<_From, _To>(0)) type;
782 template<typename _From, typename _To>
784 : public __is_static_castable_impl<_From, _To>::type
788 template<typename _From, typename _To>
791 _From, _To>::value)>
831 template<typename _From, typename _To, bool
838 template<typename _From, typename _To>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits 767 template<typename _From, typename _To, typename
768 = decltype(static_cast<_To>(declval<_From>()))>
775 template<typename _From, typename _To>
779 typedef decltype(__test<_From, _To>(0)) type;
782 template<typename _From, typename _To>
784 : public __is_static_castable_impl<_From, _To>::type
788 template<typename _From, typename _To>
791 _From, _To>::value)>
831 template<typename _From, typename _To, bool
838 template<typename _From, typename _To>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 767 template<typename _From, typename _To, typename
768 = decltype(static_cast<_To>(declval<_From>()))>
775 template<typename _From, typename _To>
779 typedef decltype(__test<_From, _To>(0)) type;
782 template<typename _From, typename _To>
784 : public __is_static_castable_impl<_From, _To>::type
788 template<typename _From, typename _To>
791 _From, _To>::value)>
831 template<typename _From, typename _To, bool
838 template<typename _From, typename _To>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits 767 template<typename _From, typename _To, typename
768 = decltype(static_cast<_To>(declval<_From>()))>
775 template<typename _From, typename _To>
779 typedef decltype(__test<_From, _To>(0)) type;
782 template<typename _From, typename _To>
784 : public __is_static_castable_impl<_From, _To>::type
788 template<typename _From, typename _To>
791 _From, _To>::value)>
831 template<typename _From, typename _To, bool
838 template<typename _From, typename _To>
    [all...]
  /external/libcxx/src/
locale.cpp 3169 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3186 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3246 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3263 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3323 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3347 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3353 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3411 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3429 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3486 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3504 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3561 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3579 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3636 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3654 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3711 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3729 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3786 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3804 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3861 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3879 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3936 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3954 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
4011 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
4029 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
4086 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
4104 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
4161 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
4179 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 3165 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3182 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3242 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3259 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3319 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3343 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3349 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3407 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3425 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3482 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3500 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3557 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3575 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3632 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3650 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3707 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3725 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3782 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3800 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
3857 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3875 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
3932 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
3950 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
4007 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
4025 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
4082 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
4100 uint16_t* _to = reinterpret_cast<uint16_t*>(to); local
4157 uint8_t* _to = reinterpret_cast<uint8_t*>(to); local
4175 uint32_t* _to = reinterpret_cast<uint32_t*>(to); local
    [all...]

Completed in 820 milliseconds

1 2 3