HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 526 - 550 of 1127) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
unordered_set 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
314 { __x.swap(__y); }
319 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
320 { __x.swap(__y); }
325 unordered_set<_Value, _Hash, _Pred, _Alloc>&& __y)
326 { __x.swap(__y); }
583 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
584 { __x.swap(__y); }
589 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
590 { __x.swap(__y); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
unordered_map 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
315 { __x.swap(__y); }
321 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
322 { __x.swap(__y); }
328 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&& __y)
329 { __x.swap(__y); }
588 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
589 { __x.swap(__y); }
595 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
596 { __x.swap(__y); }
    [all...]
unordered_set 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
314 { __x.swap(__y); }
319 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
320 { __x.swap(__y); }
325 unordered_set<_Value, _Hash, _Pred, _Alloc>&& __y)
326 { __x.swap(__y); }
583 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
584 { __x.swap(__y); }
589 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
590 { __x.swap(__y); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
unordered_map 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
315 { __x.swap(__y); }
321 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
322 { __x.swap(__y); }
328 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&& __y)
329 { __x.swap(__y); }
588 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
589 { __x.swap(__y); }
595 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
596 { __x.swap(__y); }
    [all...]
unordered_set 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
314 { __x.swap(__y); }
319 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
320 { __x.swap(__y); }
325 unordered_set<_Value, _Hash, _Pred, _Alloc>&& __y)
326 { __x.swap(__y); }
583 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
584 { __x.swap(__y); }
589 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
590 { __x.swap(__y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
unordered_map 318 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
319 { __x.swap(__y); }
325 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
326 { return __x._M_equal(__y); }
332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
333 { return !(__x == __y); }
604 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
605 { __x.swap(__y); }
611 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
612 { return __x._M_equal(__y); }
    [all...]
unordered_set 310 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
311 { __x.swap(__y); }
316 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
317 { return __x._M_equal(__y); }
322 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
323 { return !(__x == __y); }
584 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
585 { __x.swap(__y); }
590 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
591 { return __x._M_equal(__y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
unordered_map 303 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
304 { __x.swap(__y); }
310 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
311 { return __x._M_equal(__y); }
317 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
318 { return !(__x == __y); }
551 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
552 { __x.swap(__y); }
558 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
559 { return __x._M_equal(__y); }
    [all...]
unordered_set 277 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
278 { __x.swap(__y); }
283 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
284 { return __x._M_equal(__y); }
289 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
290 { return !(__x == __y); }
519 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
520 { __x.swap(__y); }
525 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
526 { return __x._M_equal(__y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 349 pow(const std::complex<_Tp>& __x, const _Up& __y)
352 return std::pow(std::complex<__type>(__x), __type(__y));
357 pow(const _Tp& __x, const std::complex<_Up>& __y)
360 return std::pow(__type(__x), std::complex<__type>(__y));
365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
369 std::complex<__type>(__y));
400 pow(const std::complex<_Tp>& __x, const _Tp& __y)
401 { return std::pow(__x, __y); }
405 pow(const _Tp& __x, const std::complex<_Tp>& __y)
406 { return std::pow(__x, __y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
unordered_map 325 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
326 { __x.swap(__y); }
332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
333 { return __x._M_equal(__y); }
339 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
340 { return !(__x == __y); }
594 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
595 { __x.swap(__y); }
601 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
602 { return __x._M_equal(__y); }
    [all...]
unordered_set 293 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
294 { __x.swap(__y); }
299 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
300 { return __x._M_equal(__y); }
305 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
306 { return !(__x == __y); }
555 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
556 { __x.swap(__y); }
561 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
562 { return __x._M_equal(__y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 349 pow(const std::complex<_Tp>& __x, const _Up& __y)
352 return std::pow(std::complex<__type>(__x), __type(__y));
357 pow(const _Tp& __x, const std::complex<_Up>& __y)
360 return std::pow(__type(__x), std::complex<__type>(__y));
365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
369 std::complex<__type>(__y));
400 pow(const std::complex<_Tp>& __x, const _Tp& __y)
401 { return std::pow(__x, __y); }
405 pow(const _Tp& __x, const std::complex<_Tp>& __y)
406 { return std::pow(__x, __y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_new.h 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
unordered_map 318 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
319 { __x.swap(__y); }
325 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
326 { return __x._M_equal(__y); }
332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
333 { return !(__x == __y); }
604 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
605 { __x.swap(__y); }
611 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
612 { return __x._M_equal(__y); }
    [all...]
unordered_set 310 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
311 { __x.swap(__y); }
316 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
317 { return __x._M_equal(__y); }
322 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
323 { return !(__x == __y); }
584 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
585 { __x.swap(__y); }
590 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
591 { return __x._M_equal(__y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
unordered_map 303 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
304 { __x.swap(__y); }
310 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
311 { return __x._M_equal(__y); }
317 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
318 { return !(__x == __y); }
551 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
552 { __x.swap(__y); }
558 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
559 { return __x._M_equal(__y); }
    [all...]
unordered_set 277 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
278 { __x.swap(__y); }
283 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
284 { return __x._M_equal(__y); }
289 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
290 { return !(__x == __y); }
519 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
520 { __x.swap(__y); }
525 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
526 { return __x._M_equal(__y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 349 pow(const std::complex<_Tp>& __x, const _Up& __y)
352 return std::pow(std::complex<__type>(__x), __type(__y));
357 pow(const _Tp& __x, const std::complex<_Up>& __y)
360 return std::pow(__type(__x), std::complex<__type>(__y));
365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
369 std::complex<__type>(__y));
400 pow(const std::complex<_Tp>& __x, const _Tp& __y)
401 { return std::pow(__x, __y); }
405 pow(const _Tp& __x, const std::complex<_Tp>& __y)
406 { return std::pow(__x, __y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
unordered_map 325 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
326 { __x.swap(__y); }
332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
333 { return __x._M_equal(__y); }
339 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
340 { return !(__x == __y); }
594 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
595 { __x.swap(__y); }
601 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
602 { return __x._M_equal(__y); }
    [all...]
unordered_set 293 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
294 { __x.swap(__y); }
299 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
300 { return __x._M_equal(__y); }
305 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
306 { return !(__x == __y); }
555 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
556 { __x.swap(__y); }
561 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
562 { return __x._M_equal(__y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 349 pow(const std::complex<_Tp>& __x, const _Up& __y)
352 return std::pow(std::complex<__type>(__x), __type(__y));
357 pow(const _Tp& __x, const std::complex<_Up>& __y)
360 return std::pow(__type(__x), std::complex<__type>(__y));
365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
369 std::complex<__type>(__y));
400 pow(const std::complex<_Tp>& __x, const _Tp& __y)
401 { return std::pow(__x, __y); }
405 pow(const _Tp& __x, const std::complex<_Tp>& __y)
406 { return std::pow(__x, __y); }
    [all...]

Completed in 351 milliseconds

<<21222324252627282930>>