HomeSort by relevance Sort by last modified time
    Searched refs:__o (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
par_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
102 __reduct = new _Result(__f(__o, __begin + __start));
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start));
134 return __o;
omp_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
98 __f(__o, __begin+__pos));
110 return __o;
omp_loop_static.h 48 * @param __o User-supplied functor (comparator, predicate, adding
67 _RAIter __end, _Op __o,
98 __f(__o, __begin+__pos));
110 return __o;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
par_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
102 __reduct = new _Result(__f(__o, __begin + __start));
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start));
134 return __o;
omp_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
98 __f(__o, __begin+__pos));
110 return __o;
omp_loop_static.h 48 * @param __o User-supplied functor (comparator, predicate, adding
67 _RAIter __end, _Op __o,
98 __f(__o, __begin+__pos));
110 return __o;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
par_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
102 __reduct = new _Result(__f(__o, __begin + __start));
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start));
134 return __o;
omp_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
98 __f(__o, __begin+__pos));
110 return __o;
omp_loop_static.h 48 * @param __o User-supplied functor (comparator, predicate, adding
67 _RAIter __end, _Op __o,
98 __f(__o, __begin+__pos));
110 return __o;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
par_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
102 __reduct = new _Result(__f(__o, __begin + __start));
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start));
134 return __o;
omp_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
98 __f(__o, __begin+__pos));
110 return __o;
omp_loop_static.h 48 * @param __o User-supplied functor (comparator, predicate, adding
67 _RAIter __end, _Op __o,
98 __f(__o, __begin+__pos));
110 return __o;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
98 __f(__o, __begin+__pos));
110 return __o;
omp_loop_static.h 48 * @param __o User-supplied functor (comparator, predicate, adding
67 _RAIter __end, _Op __o,
98 __f(__o, __begin+__pos));
110 return __o;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 49 * @param __o User-supplied functor (comparator, predicate, adding
68 _Op __o, _Fu& __f, _Red __r,
98 __f(__o, __begin+__pos));
110 return __o;
omp_loop_static.h 48 * @param __o User-supplied functor (comparator, predicate, adding
67 _RAIter __end, _Op __o,
98 __f(__o, __begin+__pos));
110 return __o;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 99 exception_ptr(exception_ptr&& __o) noexcept
100 : _M_exception_object(__o._M_exception_object)
101 { __o._M_exception_object = 0; }
116 operator=(exception_ptr&& __o) noexcept
118 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 99 exception_ptr(exception_ptr&& __o) noexcept
100 : _M_exception_object(__o._M_exception_object)
101 { __o._M_exception_object = 0; }
116 operator=(exception_ptr&& __o) noexcept
118 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 99 exception_ptr(exception_ptr&& __o) noexcept
100 : _M_exception_object(__o._M_exception_object)
101 { __o._M_exception_object = 0; }
116 operator=(exception_ptr&& __o) noexcept
118 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 99 exception_ptr(exception_ptr&& __o) noexcept
100 : _M_exception_object(__o._M_exception_object)
101 { __o._M_exception_object = 0; }
116 operator=(exception_ptr&& __o) noexcept
118 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 99 exception_ptr(exception_ptr&& __o) noexcept
100 : _M_exception_object(__o._M_exception_object)
101 { __o._M_exception_object = 0; }
116 operator=(exception_ptr&& __o) noexcept
118 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 99 exception_ptr(exception_ptr&& __o) noexcept
100 : _M_exception_object(__o._M_exception_object)
101 { __o._M_exception_object = 0; }
116 operator=(exception_ptr&& __o) noexcept
118 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);

Completed in 1142 milliseconds

1 23 4 5 6 7 8