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

<<61626364656667686970>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
multimap.h 107 operator=(const multimap& __x)
116 operator=(multimap&& __x)
125 operator=(initializer_list<value_type> __l)
335 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
342 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
349 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
356 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
363 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
370 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
multiset.h 104 operator=(const multiset& __x)
113 operator=(multiset&& __x)
122 operator=(initializer_list<value_type> __l)
339 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
345 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs,
351 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs,
357 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs,
363 operator>=(const multiset<_Key, _Compare, _Allocator>& __lhs,
369 operator>(const multiset<_Key, _Compare, _Allocator>& __lhs,
set.h 104 operator=(const set& __x)
113 operator=(set&& __x)
122 operator=(initializer_list<value_type> __l)
344 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
350 operator!=(const set<_Key, _Compare, _Allocator>& __lhs,
356 operator<(const set<_Key, _Compare, _Allocator>& __lhs,
362 operator<=(const set<_Key, _Compare, _Allocator>& __lhs,
368 operator>=(const set<_Key, _Compare, _Allocator>& __lhs,
374 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 167 bool operator()(const T1& a, const T2& b)
188 operator()(const argument_type& __x)
209 operator()(const second_argument_type& __x)
215 operator()(second_argument_type& __x) const
238 operator()(const first_argument_type& __x) const
244 operator()(first_argument_type& __x)
252 bool operator()(const T1& t1, const T2& t2) const
261 operator()(const T1& t1, const T2& t2) const
265 operator()(const T2& t2, const T1& t1) const
274 operator()(const _Tp& __x, const _Tp& __y) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_multiset.h 215 * @brief %Multiset assignment operator.
222 operator=(const multiset& __x)
230 * @brief %Multiset move assignment operator.
237 operator=(multiset&& __x)
247 * @brief %Multiset list assignment operator.
258 operator=(initializer_list<value_type> __l)
657 operator==(const multiset<_K1, _C1, _A1>&,
662 operator< (const multiset<_K1, _C1, _A1>&,
679 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
696 operator<(const multiset<_Key, _Compare, _Alloc>& __x
    [all...]
stl_set.h 222 * @brief %Set assignment operator.
229 operator=(const set& __x)
237 * @brief %Set move assignment operator.
244 operator=(set&& __x)
254 * @brief %Set list assignment operator.
265 operator=(initializer_list<value_type> __l)
676 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
680 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
696 operator==(const set<_Key, _Compare, _Alloc>& __x,
713 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 110 operator=(const map& __x)
119 operator=(map&& __x)
129 operator=(initializer_list<value_type> __l)
198 using _Base::operator[];
426 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
433 operator!=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
440 operator<(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
447 operator<=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
454 operator>=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
461 operator>(const map<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multimap.h 111 operator=(const multimap& __x)
120 operator=(multimap&& __x)
130 operator=(initializer_list<value_type> __l)
406 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
413 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
420 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
427 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
434 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
441 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
multiset.h 110 operator=(const multiset& __x)
119 operator=(multiset&& __x)
129 operator=(initializer_list<value_type> __l)
398 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
404 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs,
410 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs,
416 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs,
422 operator>=(const multiset<_Key, _Compare, _Allocator>& __lhs,
428 operator>(const multiset<_Key, _Compare, _Allocator>& __lhs,
set.h 110 operator=(const set& __x)
119 operator=(set&& __x)
129 operator=(initializer_list<value_type> __l)
406 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
412 operator!=(const set<_Key, _Compare, _Allocator>& __lhs,
418 operator<(const set<_Key, _Compare, _Allocator>& __lhs,
424 operator<=(const set<_Key, _Compare, _Allocator>& __lhs,
430 operator>=(const set<_Key, _Compare, _Allocator>& __lhs,
436 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multimap.h 97 operator=(const multimap& __x)
105 operator=(multimap&& __x)
115 operator=(initializer_list<value_type> __l)
331 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
338 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
345 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
352 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
359 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
366 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
multiset.h 97 operator=(const multiset& __x)
105 operator=(multiset&& __x)
115 operator=(initializer_list<value_type> __l)
324 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
330 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs,
336 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs,
342 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs,
348 operator>=(const multiset<_Key, _Compare, _Allocator>& __lhs,
354 operator>(const multiset<_Key, _Compare, _Allocator>& __lhs,
set.h 97 operator=(const set& __x)
105 operator=(set&& __x)
115 operator=(initializer_list<value_type> __l)
334 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
340 operator!=(const set<_Key, _Compare, _Allocator>& __lhs,
346 operator<(const set<_Key, _Compare, _Allocator>& __lhs,
352 operator<=(const set<_Key, _Compare, _Allocator>& __lhs,
358 operator>=(const set<_Key, _Compare, _Allocator>& __lhs,
364 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_multiset.h 215 * @brief %Multiset assignment operator.
222 operator=(const multiset& __x)
230 * @brief %Multiset move assignment operator.
237 operator=(multiset&& __x)
247 * @brief %Multiset list assignment operator.
258 operator=(initializer_list<value_type> __l)
657 operator==(const multiset<_K1, _C1, _A1>&,
662 operator< (const multiset<_K1, _C1, _A1>&,
679 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
696 operator<(const multiset<_Key, _Compare, _Alloc>& __x
    [all...]
stl_set.h 222 * @brief %Set assignment operator.
229 operator=(const set& __x)
237 * @brief %Set move assignment operator.
244 operator=(set&& __x)
254 * @brief %Set list assignment operator.
265 operator=(initializer_list<value_type> __l)
676 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
680 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
696 operator==(const set<_Key, _Compare, _Alloc>& __x,
713 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
map.h 110 operator=(const map& __x)
119 operator=(map&& __x)
129 operator=(initializer_list<value_type> __l)
198 using _Base::operator[];
426 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
433 operator!=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
440 operator<(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
447 operator<=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
454 operator>=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
461 operator>(const map<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multimap.h 111 operator=(const multimap& __x)
120 operator=(multimap&& __x)
130 operator=(initializer_list<value_type> __l)
406 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
413 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
420 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
427 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
434 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
441 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
multiset.h 110 operator=(const multiset& __x)
119 operator=(multiset&& __x)
129 operator=(initializer_list<value_type> __l)
398 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
404 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs,
410 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs,
416 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs,
422 operator>=(const multiset<_Key, _Compare, _Allocator>& __lhs,
428 operator>(const multiset<_Key, _Compare, _Allocator>& __lhs,
set.h 110 operator=(const set& __x)
119 operator=(set&& __x)
129 operator=(initializer_list<value_type> __l)
406 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
412 operator!=(const set<_Key, _Compare, _Allocator>& __lhs,
418 operator<(const set<_Key, _Compare, _Allocator>& __lhs,
424 operator<=(const set<_Key, _Compare, _Allocator>& __lhs,
430 operator>=(const set<_Key, _Compare, _Allocator>& __lhs,
436 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
multimap.h 97 operator=(const multimap& __x)
105 operator=(multimap&& __x)
115 operator=(initializer_list<value_type> __l)
331 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
338 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
345 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
352 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
359 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
366 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
multiset.h 97 operator=(const multiset& __x)
105 operator=(multiset&& __x)
115 operator=(initializer_list<value_type> __l)
324 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
330 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs,
336 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs,
342 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs,
348 operator>=(const multiset<_Key, _Compare, _Allocator>& __lhs,
354 operator>(const multiset<_Key, _Compare, _Allocator>& __lhs,
set.h 97 operator=(const set& __x)
105 operator=(set&& __x)
115 operator=(initializer_list<value_type> __l)
334 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
340 operator!=(const set<_Key, _Compare, _Allocator>& __lhs,
346 operator<(const set<_Key, _Compare, _Allocator>& __lhs,
352 operator<=(const set<_Key, _Compare, _Allocator>& __lhs,
358 operator>=(const set<_Key, _Compare, _Allocator>& __lhs,
364 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 213 * @brief %Multiset assignment operator.
220 operator=(const multiset& __x)
228 * @brief %Multiset move assignment operator.
235 operator=(multiset&& __x)
244 * @brief %Multiset list assignment operator.
255 operator=(initializer_list<value_type> __l)
603 operator==(const multiset<_K1, _C1, _A1>&,
608 operator< (const multiset<_K1, _C1, _A1>&,
625 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
642 operator<(const multiset<_Key, _Compare, _Alloc>& __x
    [all...]
stl_set.h 220 * @brief %Set assignment operator.
227 operator=(const set& __x)
235 * @brief %Set move assignment operator.
242 operator=(set&& __x)
251 * @brief %Set list assignment operator.
262 operator=(initializer_list<value_type> __l)
619 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
623 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
639 operator==(const set<_Key, _Compare, _Alloc>& __x,
656 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 106 operator=(const map& __x)
115 operator=(map&& __x)
124 operator=(initializer_list<value_type> __l)
193 using _Base::operator[];
347 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
354 operator!=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
361 operator<(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
368 operator<=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
375 operator>=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
382 operator>(const map<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]

Completed in 1118 milliseconds

<<61626364656667686970>>