HomeSort by relevance Sort by last modified time
    Searched refs:__other (Results 1 - 25 of 66) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 97 operator=(const _IteratorPair& __other)
99 _Base::first = __other.first;
100 _Base::second = __other.second;
110 operator-(const _IteratorPair& __other) const
111 { return _Base::first - __other.first; }
179 operator=(const _IteratorTriple& __other)
181 _M_first = __other._M_first;
182 _M_second = __other._M_second;
183 _M_third = __other._M_third;
193 operator-(const _IteratorTriple& __other) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 97 operator=(const _IteratorPair& __other)
99 _Base::first = __other.first;
100 _Base::second = __other.second;
110 operator-(const _IteratorPair& __other) const
111 { return _Base::first - __other.first; }
179 operator=(const _IteratorTriple& __other)
181 _M_first = __other._M_first;
182 _M_second = __other._M_second;
183 _M_third = __other._M_third;
193 operator-(const _IteratorTriple& __other) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
iterator.h 97 operator=(const _IteratorPair& __other)
99 _Base::first = __other.first;
100 _Base::second = __other.second;
110 operator-(const _IteratorPair& __other) const
111 { return _Base::first - __other.first; }
179 operator=(const _IteratorTriple& __other)
181 _M_first = __other._M_first;
182 _M_second = __other._M_second;
183 _M_third = __other._M_third;
193 operator-(const _IteratorTriple& __other) cons
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
iterator.h 97 operator=(const _IteratorPair& __other)
99 _Base::first = __other.first;
100 _Base::second = __other.second;
110 operator-(const _IteratorPair& __other) const
111 { return _Base::first - __other.first; }
179 operator=(const _IteratorTriple& __other)
181 _M_first = __other._M_first;
182 _M_second = __other._M_second;
183 _M_third = __other._M_third;
193 operator-(const _IteratorTriple& __other) cons
    [all...]
  /bionic/libm/include/i387/machine/
fenv.h 46 char __other[16]; member in struct:__anon1203
  /development/ndk/platforms/android-21/arch-x86/include/machine/
fenv.h 46 char __other[16]; member in struct:__anon1436
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/machine/
fenv.h 46 char __other[16]; member in struct:__anon59310
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/machine/
fenv.h 46 char __other[16]; member in struct:__anon63957
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/machine/
fenv.h 46 char __other[16]; member in struct:__anon68604
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
functions.h 181 /* Handle the case where __other is a pointer to _Sequence::value_type. */
185 const typename _Sequence::value_type* __other)
198 // Check whether __other points within the contiguous storage.
199 return __l(__other, __begin) || __l(__end, __other);
212 const _InputIterator& __other,
216 if (__other == __other_end)
220 return __foreign_iterator_aux4(__it, std::__addressof(*__other));
235 const _Safe_iterator<_OtherIterator, _Sequence>& __other,
237 { return __it._M_get_sequence() != __other._M_get_sequence();
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 173 _Self& operator=(const _Self& __other) {
174 container = __other.container;
202 _Self& operator=(const _Self& __other) {
203 container = __other.container;
233 _Self& operator=(_Self const& __other) {
234 container = __other.container;
235 _M_iter = __other._M_iter;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 173 _Self& operator=(const _Self& __other) {
174 container = __other.container;
202 _Self& operator=(const _Self& __other) {
203 container = __other.container;
233 _Self& operator=(_Self const& __other) {
234 container = __other.container;
235 _M_iter = __other._M_iter;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 205 operator-(const fpos& __other) const
206 { return _M_off - __other._M_off; }
locale_classes.h 124 * @param __other The locale to copy.
126 locale(const locale& __other) throw();
169 * Constructs a copy of the locale @a __other. The facet @a __f
170 * is added to @a __other, replacing an existing facet of type
172 * copy of @a __other.
174 * @param __other The locale to copy.
178 locale(const locale& __other, _Facet* __f);
188 * @param __other The locale to copy.
192 operator=(const locale& __other) throw();
202 * @param __other The locale to copy from
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 205 operator-(const fpos& __other) const
206 { return _M_off - __other._M_off; }
locale_classes.h 124 * @param __other The locale to copy.
126 locale(const locale& __other) throw();
169 * Constructs a copy of the locale @a __other. The facet @a __f
170 * is added to @a __other, replacing an existing facet of type
172 * copy of @a __other.
174 * @param __other The locale to copy.
178 locale(const locale& __other, _Facet* __f);
188 * @param __other The locale to copy.
192 operator=(const locale& __other) throw();
202 * @param __other The locale to copy from
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
postypes.h 205 operator-(const fpos& __other) const
206 { return _M_off - __other._M_off; }
locale_classes.h 124 * @param __other The locale to copy.
126 locale(const locale& __other) throw();
169 * Constructs a copy of the locale @a __other. The facet @a __f
170 * is added to @a __other, replacing an existing facet of type
172 * copy of @a __other.
174 * @param __other The locale to copy.
178 locale(const locale& __other, _Facet* __f);
188 * @param __other The locale to copy.
192 operator=(const locale& __other) throw();
202 * @param __other The locale to copy from
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
postypes.h 205 operator-(const fpos& __other) const
206 { return _M_off - __other._M_off; }
locale_classes.h 124 * @param __other The locale to copy.
126 locale(const locale& __other) throw();
169 * Constructs a copy of the locale @a __other. The facet @a __f
170 * is added to @a __other, replacing an existing facet of type
172 * copy of @a __other.
174 * @param __other The locale to copy.
178 locale(const locale& __other, _Facet* __f);
188 * @param __other The locale to copy.
192 operator=(const locale& __other) throw();
202 * @param __other The locale to copy from
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 46 char __other[16]; member in struct:__anon2705
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
fenv.h 46 char __other[16]; member in struct:__anon45792
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
fenv.h 46 char __other[16]; member in struct:__anon47122
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
fenv.h 46 char __other[16]; member in struct:__anon48458
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
fenv.h 46 char __other[16]; member in struct:__anon49794

Completed in 2063 milliseconds

1 2 3