HomeSort by relevance Sort by last modified time
    Searched refs:_T1 (Results 26 - 50 of 62) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 156 template<typename _T1, typename _T2, typename _Compare>
157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
165 bool operator()(const _T1& __a, const _T2& __b)
243 template<typename _T1, typename _T2>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
246 bool operator()(const _T1& __t1, const _T2& __t2) const
251 template<typename _T1, typename _T2>
252 struct _Less : std::binary_function<_T1, _T2, bool>
255 operator()(const _T1& __t1, const _T2& __t2) const
259 operator()(const _T2& __t2, const _T1& __t1) cons
    [all...]
multiseq_selection.h 52 template<typename _T1, typename _T2, typename _Compare>
54 : public std::binary_function<std::pair<_T1, _T2>,
55 std::pair<_T1, _T2>, bool>
64 operator()(const std::pair<_T1, _T2>& __p1,
65 const std::pair<_T1, _T2>& __p2) const
79 template<typename _T1, typename _T2, typename _Compare>
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
89 operator()(const std::pair<_T1, _T2>& __p1,
90 const std::pair<_T1, _T2>& __p2) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 156 template<typename _T1, typename _T2, typename _Compare>
157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
165 bool operator()(const _T1& __a, const _T2& __b)
243 template<typename _T1, typename _T2>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
246 bool operator()(const _T1& __t1, const _T2& __t2) const
251 template<typename _T1, typename _T2>
252 struct _Less : std::binary_function<_T1, _T2, bool>
255 operator()(const _T1& __t1, const _T2& __t2) const
259 operator()(const _T2& __t2, const _T1& __t1) cons
    [all...]
multiseq_selection.h 52 template<typename _T1, typename _T2, typename _Compare>
54 : public std::binary_function<std::pair<_T1, _T2>,
55 std::pair<_T1, _T2>, bool>
64 operator()(const std::pair<_T1, _T2>& __p1,
65 const std::pair<_T1, _T2>& __p2) const
79 template<typename _T1, typename _T2, typename _Compare>
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
89 operator()(const std::pair<_T1, _T2>& __p1,
90 const std::pair<_T1, _T2>& __p2) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
base.h 156 template<typename _T1, typename _T2, typename _Compare>
157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
165 bool operator()(const _T1& __a, const _T2& __b)
243 template<typename _T1, typename _T2>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
246 bool operator()(const _T1& __t1, const _T2& __t2) const
251 template<typename _T1, typename _T2>
252 struct _Less : std::binary_function<_T1, _T2, bool>
255 operator()(const _T1& __t1, const _T2& __t2) const
259 operator()(const _T2& __t2, const _T1& __t1) cons
    [all...]
multiseq_selection.h 52 template<typename _T1, typename _T2, typename _Compare>
54 : public std::binary_function<std::pair<_T1, _T2>,
55 std::pair<_T1, _T2>, bool>
64 operator()(const std::pair<_T1, _T2>& __p1,
65 const std::pair<_T1, _T2>& __p2) const
79 template<typename _T1, typename _T2, typename _Compare>
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
89 operator()(const std::pair<_T1, _T2>& __p1,
90 const std::pair<_T1, _T2>& __p2) const
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 156 template<typename _T1, typename _T2, typename _Compare>
157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
165 bool operator()(const _T1& __a, const _T2& __b)
243 template<typename _T1, typename _T2>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
246 bool operator()(const _T1& __t1, const _T2& __t2) const
251 template<typename _T1, typename _T2>
252 struct _Less : std::binary_function<_T1, _T2, bool>
255 operator()(const _T1& __t1, const _T2& __t2) const
259 operator()(const _T2& __t2, const _T1& __t1) cons
    [all...]
multiseq_selection.h 52 template<typename _T1, typename _T2, typename _Compare>
54 : public std::binary_function<std::pair<_T1, _T2>,
55 std::pair<_T1, _T2>, bool>
64 operator()(const std::pair<_T1, _T2>& __p1,
65 const std::pair<_T1, _T2>& __p2) const
79 template<typename _T1, typename _T2, typename _Compare>
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
89 operator()(const std::pair<_T1, _T2>& __p1,
90 const std::pair<_T1, _T2>& __p2) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 126 template<typename _T1, typename _T2>
128 operator==(const allocator<_T1>&, const allocator<_T2>&)
136 template<typename _T1, typename _T2>
138 operator!=(const allocator<_T1>&, const allocator<_T2>&)
stl_multimap.h 841 template<typename _K1, typename _T1, typename _C1, typename _A1>
843 operator==(const multimap<_K1, _T1, _C1, _A1>&,
844 const multimap<_K1, _T1, _C1, _A1>&);
846 template<typename _K1, typename _T1, typename _C1, typename _A1>
848 operator<(const multimap<_K1, _T1, _C1, _A1>&,
849 const multimap<_K1, _T1, _C1, _A1>&);
    [all...]
stl_map.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 126 template<typename _T1, typename _T2>
128 operator==(const allocator<_T1>&, const allocator<_T2>&)
136 template<typename _T1, typename _T2>
138 operator!=(const allocator<_T1>&, const allocator<_T2>&)
stl_multimap.h 841 template<typename _K1, typename _T1, typename _C1, typename _A1>
843 operator==(const multimap<_K1, _T1, _C1, _A1>&,
844 const multimap<_K1, _T1, _C1, _A1>&);
846 template<typename _K1, typename _T1, typename _C1, typename _A1>
848 operator<(const multimap<_K1, _T1, _C1, _A1>&,
849 const multimap<_K1, _T1, _C1, _A1>&);
    [all...]
stl_map.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
allocator.h 126 template<typename _T1, typename _T2>
128 operator==(const allocator<_T1>&, const allocator<_T2>&)
136 template<typename _T1, typename _T2>
138 operator!=(const allocator<_T1>&, const allocator<_T2>&)
stl_multimap.h 841 template<typename _K1, typename _T1, typename _C1, typename _A1>
843 operator==(const multimap<_K1, _T1, _C1, _A1>&,
844 const multimap<_K1, _T1, _C1, _A1>&);
846 template<typename _K1, typename _T1, typename _C1, typename _A1>
848 operator<(const multimap<_K1, _T1, _C1, _A1>&,
849 const multimap<_K1, _T1, _C1, _A1>&);
    [all...]
stl_map.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
allocator.h 126 template<typename _T1, typename _T2>
128 operator==(const allocator<_T1>&, const allocator<_T2>&)
136 template<typename _T1, typename _T2>
138 operator!=(const allocator<_T1>&, const allocator<_T2>&)
stl_multimap.h     [all...]
stl_map.h     [all...]
  /external/clang/test/Analysis/
pointer-to-member.cpp 43 template <class _T1, class _T2> struct A {
44 A (const _T1 &, const _T2 &);
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 90 template <class _T1, class _T2> class pair;
92 template <class _T1, class _T2>
93 class tuple_element<0, pair<_T1, _T2> >
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 204 template <class _T1, class _T2>
205 inline bool operator==(const pthread_allocator<_T1>&,
210 template <class _T1, class _T2>
211 inline bool operator!=(const pthread_allocator<_T1>&,
387 template <class _T1, class _T2>
388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
393 template <class _T1, class _T2>
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 204 template <class _T1, class _T2>
205 inline bool operator==(const pthread_allocator<_T1>&,
210 template <class _T1, class _T2>
211 inline bool operator!=(const pthread_allocator<_T1>&,
387 template <class _T1, class _T2>
388 inline bool operator==(const per_thread_allocator<_T1>& __a1,
393 template <class _T1, class _T2>
394 inline bool operator!=(const per_thread_allocator<_T1>& __a1,
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 106 template <int ID, typename _R, typename _T1>
109 typedef _R (CL_API_CALL*FN)(_T1);
110 static _R CL_API_CALL switch_fn(_T1 p1)
114 template <int ID, typename _R, typename _T1, typename _T2>
117 typedef _R (CL_API_CALL*FN)(_T1, _T2);
118 static _R CL_API_CALL switch_fn(_T1 p1, _T2 p2)
122 template <int ID, typename _R, typename _T1, typename _T2, typename _T3>
125 typedef _R (CL_API_CALL*FN)(_T1, _T2, _T3);
126 static _R CL_API_CALL switch_fn(_T1 p1, _T2 p2, _T3 p3)
130 template <int ID, typename _R, typename _T1, typename _T2, typename _T3, typename _T4
    [all...]

Completed in 649 milliseconds

12 3