Searched defs:first (Results 1 - 25 of 108) sorted by relevance

12345

/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/5/sources/cxx-stl/system/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/6/sources/cxx-stl/system/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/7/sources/cxx-stl/system/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/8/sources/cxx-stl/system/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dstl_pair.h69 typedef _T1 first_type; ///< @c first_type is the first bound type
72 _T1 first; ///< @c first is a copy of the first object member in struct:pair
77 /** The default constructor creates @c first and @c second using their
80 : first(), second() { }
84 : first(__a), second(__b) { }
89 : first(std::forward<_U1>(__x)),
93 : first(std::move(__p.first)),
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
H A Dunique_copy.h42 * @param first Begin iterator of input sequence.
51 parallel_unique_copy(InputIterator first, InputIterator last, argument
54 _GLIBCXX_CALL(last - first)
60 difference_type size = last - first;
65 // Let the first thread process two parts.
96 *out++ = *first;
98 for (InputIterator iter = first + begin; iter < first + end; ++iter)
112 for (InputIterator iter = first + begin; iter < first
181 parallel_unique_copy(InputIterator first, InputIterator last, OutputIterator result) argument
[all...]
H A Diterator.h61 iterator_pair(const Iterator1& first, const Iterator2& second) argument
62 : base_type(first, second) { }
68 ++base_type::first; member in class:__gnu_parallel::iterator_pair::base_type
76 { return type(base_type::first++, base_type::second++); }
82 --base_type::first;
90 { return type(base_type::first--, base_type::second--); }
99 base_type::first = other.first; member in class:__gnu_parallel::iterator_pair::base_type
106 { return type(base_type::first + delta, base_type::second + delta); }
110 { return base_type::first
133 Iterator1 first; member in class:__gnu_parallel::iterator_triple
[all...]
H A Dworkstealing.h62 _GLIBCXX_JOB_VOLATILE difference_type first; member in struct:__gnu_parallel::Job
69 /** @brief Number of elements, i. e. @c last-first+1.
180 my_job.first =
185 my_job.load = my_job.last - my_job.first + 1;
187 // Init result with first value (to have a base value for reduction).
188 if (my_job.first <= my_job.last)
191 difference_type my_first = my_job.first;
193 ++my_job.first;
209 while (my_job.first <= my_job.last)
214 fetch_and_add<difference_type>(&(my_job.first), chunk_siz
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dstl_pair.h89 typedef _T1 first_type; /// @c first_type is the first bound type
92 _T1 first; /// @c first is a copy of the first object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(st
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dstl_pair.h89 typedef _T1 first_type; /// @c first_type is the first bound type
92 _T1 first; /// @c first is a copy of the first object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(st
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_pair.h69 typedef _T1 first_type; ///< @c first_type is the first bound type
72 _T1 first; ///< @c first is a copy of the first object member in struct:pair
77 /** The default constructor creates @c first and @c second using their
80 : first(), second() { }
84 : first(__a), second(__b) { }
89 : first(std::forward<_U1>(__x)),
93 : first(std::move(__p.first)),
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_pair.h69 typedef _T1 first_type; ///< @c first_type is the first bound type
72 _T1 first; ///< @c first is a copy of the first object member in struct:pair
77 /** The default constructor creates @c first and @c second using their
80 : first(), second() { }
84 : first(__a), second(__b) { }
89 : first(std::forward<_U1>(__x)),
93 : first(std::move(__p.first)),
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_pair.h69 typedef _T1 first_type; ///< @c first_type is the first bound type
72 _T1 first; ///< @c first is a copy of the first object member in struct:pair
77 /** The default constructor creates @c first and @c second using their
80 : first(), second() { }
84 : first(__a), second(__b) { }
89 : first(std::forward<_U1>(__x)),
93 : first(std::move(__p.first)),
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_pair.h69 typedef _T1 first_type; ///< @c first_type is the first bound type
72 _T1 first; ///< @c first is a copy of the first object member in struct:pair
77 /** The default constructor creates @c first and @c second using their
80 : first(), second() { }
84 : first(__a), second(__b) { }
89 : first(std::forward<_U1>(__x)),
93 : first(std::move(__p.first)),
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_pair.h69 typedef _T1 first_type; ///< @c first_type is the first bound type
72 _T1 first; ///< @c first is a copy of the first object member in struct:pair
77 /** The default constructor creates @c first and @c second using their
80 : first(), second() { }
84 : first(__a), second(__b) { }
89 : first(std::forward<_U1>(__x)),
93 : first(std::move(__p.first)),
[all...]

Completed in 2040 milliseconds

12345