HomeSort by relevance Sort by last modified time
    Searched refs:_ValueType1 (Results 1 - 25 of 25) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 87 _ValueType1;
88 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a);
120 _ValueType1;
129 __glibcxx_function_requires(_ConvertibleConcept<_ValueType1,
132 _ValueType1>)
138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
584 typedef typename iterator_traits<_BI1>::value_type _ValueType1;
587 const bool __simple = (__is_pod(_ValueType1)
590 && __are_same<_ValueType1, _ValueType2>::__value)
    [all...]
stl_algo.h     [all...]
stl_uninitialized.h 111 _ValueType1;
115 return std::__uninitialized_copy<(__is_pod(_ValueType1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 88 _ValueType1;
89 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a);
121 _ValueType1;
130 __glibcxx_function_requires(_ConvertibleConcept<_ValueType1,
133 _ValueType1>)
139 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
140 && __are_same<_ValueType1&, _ReferenceType1>::__value
570 typedef typename iterator_traits<_BI1>::value_type _ValueType1;
573 const bool __simple = (__is_trivial(_ValueType1)
576 && __are_same<_ValueType1, _ValueType2>::__value)
    [all...]
stl_algo.h     [all...]
stl_uninitialized.h 113 _ValueType1;
117 return std::__uninitialized_copy<(__is_trivial(_ValueType1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 88 _ValueType1;
89 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a);
121 _ValueType1;
130 __glibcxx_function_requires(_ConvertibleConcept<_ValueType1,
133 _ValueType1>)
139 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
140 && __are_same<_ValueType1&, _ReferenceType1>::__value
570 typedef typename iterator_traits<_BI1>::value_type _ValueType1;
573 const bool __simple = (__is_trivial(_ValueType1)
576 && __are_same<_ValueType1, _ValueType2>::__value)
    [all...]
stl_algo.h     [all...]
stl_uninitialized.h 113 _ValueType1;
117 return std::__uninitialized_copy<(__is_trivial(_ValueType1)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 87 _ValueType1;
88 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a);
120 _ValueType1;
129 __glibcxx_function_requires(_ConvertibleConcept<_ValueType1,
132 _ValueType1>)
138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
584 typedef typename iterator_traits<_BI1>::value_type _ValueType1;
587 const bool __simple = (__is_pod(_ValueType1)
590 && __are_same<_ValueType1, _ValueType2>::__value)
    [all...]
stl_algo.h     [all...]
stl_uninitialized.h 111 _ValueType1;
115 return std::__uninitialized_copy<(__is_pod(_ValueType1)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 87 _ValueType1;
88 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a);
120 _ValueType1;
129 __glibcxx_function_requires(_ConvertibleConcept<_ValueType1,
132 _ValueType1>)
138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
584 typedef typename iterator_traits<_BI1>::value_type _ValueType1;
587 const bool __simple = (__is_pod(_ValueType1)
590 && __are_same<_ValueType1, _ValueType2>::__value)
    [all...]
stl_algo.h     [all...]
stl_uninitialized.h 111 _ValueType1;
115 return std::__uninitialized_copy<(__is_pod(_ValueType1)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 87 _ValueType1;
88 _ValueType1 __tmp = _GLIBCXX_MOVE(*__a);
120 _ValueType1;
129 __glibcxx_function_requires(_ConvertibleConcept<_ValueType1,
132 _ValueType1>)
138 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
139 && __are_same<_ValueType1&, _ReferenceType1>::__value
584 typedef typename iterator_traits<_BI1>::value_type _ValueType1;
587 const bool __simple = (__is_pod(_ValueType1)
590 && __are_same<_ValueType1, _ValueType2>::__value)
    [all...]
stl_algo.h     [all...]
stl_uninitialized.h 111 _ValueType1;
115 return std::__uninitialized_copy<(__is_pod(_ValueType1)
  /external/astl/include/
memory 130 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1;
134 is_pod<_ValueType1>::value && is_pod<_ValueType2>::value;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 302 _ValueType1;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
319 _ValueType1;
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
functions.h 302 _ValueType1;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
319 _ValueType1;
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
functions.h 302 _ValueType1;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
319 _ValueType1;
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 302 _ValueType1;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
319 _ValueType1;
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 302 _ValueType1;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
319 _ValueType1;
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 302 _ValueType1;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
319 _ValueType1;
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type

Completed in 402 milliseconds