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

<<61626364656667686970>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/6/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/6/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...]
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/ndk/7/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/7/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...]
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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)
599 operator==(const multiset<_K1, _C1, _A1>&,
604 operator< (const multiset<_K1, _C1, _A1>&,
621 operator==(const multiset<_Key, _Compare, _Alloc>& __x,
638 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)
615 operator==(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
619 operator<(const set<_K1, _C1, _A1>&, const set<_K1, _C1, _A1>&);
635 operator==(const set<_Key, _Compare, _Alloc>& __x,
652 operator<(const set<_Key, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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,

Completed in 999 milliseconds

<<61626364656667686970>>