HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 651 - 675 of 6351) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 78 operator*() const
87 operator->() const { return &(operator*()); }
90 operator++()
100 operator++(int)
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
146 * operator<<(Tp) defined.
190 /// Writes @a value to underlying ostream using operator<<. If
193 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 71 operator*() const
80 operator->() const { return &(operator*()); }
83 operator++()
93 operator++(int)
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
139 * operator<<(Tp) defined.
183 /// Writes @a value to underlying ostream using operator<<. If
186 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y)
141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y)
145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y)
149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 71 operator*() const
80 operator->() const { return &(operator*()); }
83 operator++()
93 operator++(int)
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
139 * operator<<(Tp) defined.
183 /// Writes @a value to underlying ostream using operator<<. If
186 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y)
141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y)
145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y)
149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 71 operator*() const
80 operator->() const { return &(operator*()); }
83 operator++()
93 operator++(int)
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
139 * operator<<(Tp) defined.
183 /// Writes @a value to underlying ostream using operator<<. If
186 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y)
141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y)
145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y)
149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 71 operator*() const
80 operator->() const { return &(operator*()); }
83 operator++()
93 operator++(int)
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
139 * operator<<(Tp) defined.
183 /// Writes @a value to underlying ostream using operator<<. If
186 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 103 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
107 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
287 /// Based on operator==
290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
293 /// Based on operator<
296 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
299 /// Based on operator<
302 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
stl_stack.h 105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator==
265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
274 /// Based on operator<
277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 78 operator*() const
87 operator->() const { return &(operator*()); }
90 operator++()
100 operator++(int)
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
146 * operator<<(Tp) defined.
190 /// Writes @a value to underlying ostream using operator<<. If
193 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
242 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
260 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
263 /// Based on operator==
266 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
269 /// Based on operator<
272 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
275 /// Based on operator<
278 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 78 operator*() const
87 operator->() const { return &(operator*()); }
90 operator++()
100 operator++(int)
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
146 * operator<<(Tp) defined.
190 /// Writes @a value to underlying ostream using operator<<. If
193 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y)
141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y)
145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y)
149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y)
141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y)
145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y)
149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 103 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
107 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
287 /// Based on operator==
290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
293 /// Based on operator<
296 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
299 /// Based on operator<
302 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
stl_stack.h 105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator==
265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
274 /// Based on operator<
277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 78 operator*() const
87 operator->() const { return &(operator*()); }
90 operator++()
100 operator++(int)
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
146 * operator<<(Tp) defined.
190 /// Writes @a value to underlying ostream using operator<<. If
193 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
242 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
260 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
263 /// Based on operator==
266 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
269 /// Based on operator<
272 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
275 /// Based on operator<
278 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
stream_iterator.h 78 operator*() const
87 operator->() const { return &(operator*()); }
90 operator++()
100 operator++(int)
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
146 * operator<<(Tp) defined.
190 /// Writes @a value to underlying ostream using operator<<. If
193 operator=(const _Tp& __value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_stack.h 106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
243 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
261 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
264 /// Based on operator==
267 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
270 /// Based on operator<
273 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
276 /// Based on operator<
279 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]

Completed in 2257 milliseconds

<<21222324252627282930>>