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

1 2 3 4 5 6 7 8 910

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
scoped_allocator 109 __inner_type_impl(const __inner_type_impl<_Alloc>& __other)
113 __inner_type_impl(__inner_type_impl<_Alloc>&& __other)
140 __inner_type_impl(const __inner_type_impl<_Allocs...>& __other)
141 : _M_inner(__other._M_inner) { }
144 __inner_type_impl(__inner_type_impl<_Allocs...>&& __other)
145 : _M_inner(std::move(__other._M_inner)) { }
163 operator==(const __inner_type_impl& __other) const noexcept
164 { return _M_inner == __other._M_inner; }
284 scoped_allocator_adaptor(const scoped_allocator_adaptor& __other)
285 : _OuterAlloc(__other.outer_allocator())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
scoped_allocator 109 __inner_type_impl(const __inner_type_impl<_Alloc>& __other)
113 __inner_type_impl(__inner_type_impl<_Alloc>&& __other)
140 __inner_type_impl(const __inner_type_impl<_Allocs...>& __other)
141 : _M_inner(__other._M_inner) { }
144 __inner_type_impl(__inner_type_impl<_Allocs...>&& __other)
145 : _M_inner(std::move(__other._M_inner)) { }
163 operator==(const __inner_type_impl& __other) const noexcept
164 { return _M_inner == __other._M_inner; }
284 scoped_allocator_adaptor(const scoped_allocator_adaptor& __other)
285 : _OuterAlloc(__other.outer_allocator())
    [all...]
  /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-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/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/
optional 218 _Optional_base(const _Optional_base& __other)
220 if (__other._M_engaged)
221 this->_M_construct(__other._M_get());
224 _Optional_base(_Optional_base&& __other)
227 if (__other._M_engaged)
228 this->_M_construct(std::move(__other._M_get()));
233 operator=(const _Optional_base& __other)
235 if (this->_M_engaged && __other._M_engaged)
236 this->_M_get() = __other._M_get();
239 if (__other._M_engaged
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 110 __inner_type_impl(const __inner_type_impl<_Alloc>& __other)
114 __inner_type_impl(__inner_type_impl<_Alloc>&& __other)
141 __inner_type_impl(const __inner_type_impl<_Allocs...>& __other)
142 : _M_inner(__other._M_inner) { }
145 __inner_type_impl(__inner_type_impl<_Allocs...>&& __other)
146 : _M_inner(std::move(__other._M_inner)) { }
164 operator==(const __inner_type_impl& __other) const noexcept
165 { return _M_inner == __other._M_inner; }
289 scoped_allocator_adaptor(const scoped_allocator_adaptor& __other)
290 : _OuterAlloc(__other.outer_allocator())
    [all...]
system_error 93 operator<(const error_category& __other) const noexcept
94 { return less<const error_category*>()(this, &__other); }
97 operator==(const error_category& __other) const noexcept
98 { return this == &__other; }
101 operator!=(const error_category& __other) const noexcept
102 { return this != &__other; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
scoped_allocator 110 __inner_type_impl(const __inner_type_impl<_Alloc>& __other)
114 __inner_type_impl(__inner_type_impl<_Alloc>&& __other)
141 __inner_type_impl(const __inner_type_impl<_Allocs...>& __other)
142 : _M_inner(__other._M_inner) { }
145 __inner_type_impl(__inner_type_impl<_Allocs...>&& __other)
146 : _M_inner(std::move(__other._M_inner)) { }
164 operator==(const __inner_type_impl& __other) const noexcept
165 { return _M_inner == __other._M_inner; }
289 scoped_allocator_adaptor(const scoped_allocator_adaptor& __other)
290 : _OuterAlloc(__other.outer_allocator())
    [all...]
system_error 93 operator<(const error_category& __other) const noexcept
94 { return less<const error_category*>()(this, &__other); }
97 operator==(const error_category& __other) const noexcept
98 { return this == &__other; }
101 operator!=(const error_category& __other) const noexcept
102 { return this != &__other; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
scoped_allocator 110 __inner_type_impl(const __inner_type_impl<_Alloc>& __other)
114 __inner_type_impl(__inner_type_impl<_Alloc>&& __other)
141 __inner_type_impl(const __inner_type_impl<_Allocs...>& __other)
142 : _M_inner(__other._M_inner) { }
145 __inner_type_impl(__inner_type_impl<_Allocs...>&& __other)
146 : _M_inner(std::move(__other._M_inner)) { }
164 operator==(const __inner_type_impl& __other) const noexcept
165 { return _M_inner == __other._M_inner; }
289 scoped_allocator_adaptor(const scoped_allocator_adaptor& __other)
290 : _OuterAlloc(__other.outer_allocator())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
scoped_allocator 110 __inner_type_impl(const __inner_type_impl<_Alloc>& __other)
114 __inner_type_impl(__inner_type_impl<_Alloc>&& __other)
141 __inner_type_impl(const __inner_type_impl<_Allocs...>& __other)
142 : _M_inner(__other._M_inner) { }
145 __inner_type_impl(__inner_type_impl<_Allocs...>&& __other)
146 : _M_inner(std::move(__other._M_inner)) { }
164 operator==(const __inner_type_impl& __other) const noexcept
165 { return _M_inner == __other._M_inner; }
289 scoped_allocator_adaptor(const scoped_allocator_adaptor& __other)
290 : _OuterAlloc(__other.outer_allocator())
    [all...]
  /prebuilts/ndk/9/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...]
  /external/libcxx/include/
scoped_allocator 208 const __scoped_allocator_storage<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
209 : outer_allocator_type(__other.outer_allocator()),
210 __inner_(__other.inner_allocator()) {}
218 __scoped_allocator_storage<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
219 : outer_allocator_type(_VSTD::move(__other.outer_allocator())),
220 __inner_(_VSTD::move(__other.inner_allocator())) {}
287 const __scoped_allocator_storage<_OuterA2>& __other) _NOEXCEPT
288 : outer_allocator_type(__other.outer_allocator()) {}
296 __scoped_allocator_storage<_OuterA2>&& __other) _NOEXCEPT
297 : outer_allocator_type(_VSTD::move(__other.outer_allocator())) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator 208 const __scoped_allocator_storage<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
209 : outer_allocator_type(__other.outer_allocator()),
210 __inner_(__other.inner_allocator()) {}
218 __scoped_allocator_storage<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
219 : outer_allocator_type(_VSTD::move(__other.outer_allocator())),
220 __inner_(_VSTD::move(__other.inner_allocator())) {}
287 const __scoped_allocator_storage<_OuterA2>& __other) _NOEXCEPT
288 : outer_allocator_type(__other.outer_allocator()) {}
296 __scoped_allocator_storage<_OuterA2>&& __other) _NOEXCEPT
297 : outer_allocator_type(_VSTD::move(__other.outer_allocator())) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator 208 const __scoped_allocator_storage<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
209 : outer_allocator_type(__other.outer_allocator()),
210 __inner_(__other.inner_allocator()) {}
218 __scoped_allocator_storage<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
219 : outer_allocator_type(_VSTD::move(__other.outer_allocator())),
220 __inner_(_VSTD::move(__other.inner_allocator())) {}
287 const __scoped_allocator_storage<_OuterA2>& __other) _NOEXCEPT
288 : outer_allocator_type(__other.outer_allocator()) {}
296 __scoped_allocator_storage<_OuterA2>&& __other) _NOEXCEPT
297 : outer_allocator_type(_VSTD::move(__other.outer_allocator())) {
    [all...]
  /external/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;
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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.6/x86_64-linux/include/c++/4.6/
system_error 93 operator<(const error_category& __other) const
94 { return less<const error_category*>()(this, &__other); }
97 operator==(const error_category& __other) const
98 { return this == &__other; }
101 operator!=(const error_category& __other) const
102 { return this != &__other; }

Completed in 1247 milliseconds

1 2 3 4 5 6 7 8 910