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

1 2 3 4 5 6 7 8 9

  /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...]
  /external/libcxx/src/support/runtime/
exception_pointer_msvc.ipp 31 exception_ptr::exception_ptr(const exception_ptr& __other) _NOEXCEPT {
32 __ExceptionPtrCopy(this, &__other);
34 exception_ptr& exception_ptr::operator=(const exception_ptr& __other) _NOEXCEPT {
35 __ExceptionPtrAssign(this, &__other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
  /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...]
  /external/libcxx/include/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /external/libcxx/src/experimental/
memory_resource.cpp 39 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT
40 { return &__other == this; }
56 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT
57 { return &__other == this; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
any 187 any(any const & __other) : __h(nullptr)
189 if (__other.__h) __other.__call(_Action::_Copy, this);
193 any(any && __other) _NOEXCEPT : __h(nullptr)
195 if (__other.__h) __other.__call(_Action::_Move, this);
306 void * __call(_Action __a, any * __other = nullptr,
310 return __h(__a, this, __other, __info, __fallback_info);
314 void * __call(_Action __a, any * __other = nullptr,
318 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/
any 174 any(any const & __other) : __h(nullptr)
176 if (__other.__h) __other.__call(_Action::_Copy, this);
180 any(any && __other) _NOEXCEPT : __h(nullptr)
182 if (__other.__h) __other.__call(_Action::_Move, this);
261 void * __call(_Action __a, any * __other = nullptr,
264 return __h(__a, this, __other, __info);
268 void * __call(_Action __a, any * __other = nullptr,
271 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/experimental/
any 174 any(any const & __other) : __h(nullptr)
176 if (__other.__h) __other.__call(_Action::_Copy, this);
180 any(any && __other) _NOEXCEPT : __h(nullptr)
182 if (__other.__h) __other.__call(_Action::_Move, this);
261 void * __call(_Action __a, any * __other = nullptr,
264 return __h(__a, this, __other, __info);
268 void * __call(_Action __a, any * __other = nullptr,
271 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/experimental/
any 174 any(any const & __other) : __h(nullptr)
176 if (__other.__h) __other.__call(_Action::_Copy, this);
180 any(any && __other) _NOEXCEPT : __h(nullptr)
182 if (__other.__h) __other.__call(_Action::_Move, this);
261 void * __call(_Action __a, any * __other = nullptr,
264 return __h(__a, this, __other, __info);
268 void * __call(_Action __a, any * __other = nullptr,
271 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/experimental/
any 175 any(any const & __other) : __h(nullptr)
177 if (__other.__h) __other.__call(_Action::_Copy, this);
181 any(any && __other) _NOEXCEPT : __h(nullptr)
183 if (__other.__h) __other.__call(_Action::_Move, this);
262 void * __call(_Action __a, any * __other = nullptr,
265 return __h(__a, this, __other, __info);
269 void * __call(_Action __a, any * __other = nullptr,
272 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/experimental/
any 175 any(any const & __other) : __h(nullptr)
177 if (__other.__h) __other.__call(_Action::_Copy, this);
181 any(any && __other) _NOEXCEPT : __h(nullptr)
183 if (__other.__h) __other.__call(_Action::_Move, this);
262 void * __call(_Action __a, any * __other = nullptr,
265 return __h(__a, this, __other, __info);
269 void * __call(_Action __a, any * __other = nullptr,
272 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/experimental/
any 175 any(any const & __other) : __h(nullptr)
177 if (__other.__h) __other.__call(_Action::_Copy, this);
181 any(any && __other) _NOEXCEPT : __h(nullptr)
183 if (__other.__h) __other.__call(_Action::_Move, this);
262 void * __call(_Action __a, any * __other = nullptr,
265 return __h(__a, this, __other, __info);
269 void * __call(_Action __a, any * __other = nullptr,
272 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/experimental/
any 175 any(any const & __other) : __h(nullptr)
177 if (__other.__h) __other.__call(_Action::_Copy, this);
181 any(any && __other) _NOEXCEPT : __h(nullptr)
183 if (__other.__h) __other.__call(_Action::_Move, this);
262 void * __call(_Action __a, any * __other = nullptr,
265 return __h(__a, this, __other, __info);
269 void * __call(_Action __a, any * __other = nullptr,
272 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
any 187 any(any const & __other) : __h(nullptr)
189 if (__other.__h) __other.__call(_Action::_Copy, this);
193 any(any && __other) _NOEXCEPT : __h(nullptr)
195 if (__other.__h) __other.__call(_Action::_Move, this);
306 void * __call(_Action __a, any * __other = nullptr,
310 return __h(__a, this, __other, __info, __fallback_info);
314 void * __call(_Action __a, any * __other = nullptr,
318 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/experimental/
any 174 any(any const & __other) : __h(nullptr)
176 if (__other.__h) __other.__call(_Action::_Copy, this);
180 any(any && __other) _NOEXCEPT : __h(nullptr)
182 if (__other.__h) __other.__call(_Action::_Move, this);
261 void * __call(_Action __a, any * __other = nullptr,
264 return __h(__a, this, __other, __info);
268 void * __call(_Action __a, any * __other = nullptr,
271 return __h(__a, this, __other, __info)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
any 189 any(any const & __other) : __h(nullptr)
191 if (__other.__h) __other.__call(_Action::_Copy, this);
195 any(any && __other) _NOEXCEPT : __h(nullptr)
197 if (__other.__h) __other.__call(_Action::_Move, this);
308 void * __call(_Action __a, any * __other = nullptr,
312 return __h(__a, this, __other, __info, __fallback_info);
316 void * __call(_Action __a, any * __other = nullptr,
320 return __h(__a, this, __other, __info, __fallback_info)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/experimental/
any 174 any(any const & __other) : __h(nullptr)
176 if (__other.__h) __other.__call(_Action::_Copy, this);
180 any(any && __other) _NOEXCEPT : __h(nullptr)
182 if (__other.__h) __other.__call(_Action::_Move, this);
261 void * __call(_Action __a, any * __other = nullptr,
264 return __h(__a, this, __other, __info);
268 void * __call(_Action __a, any * __other = nullptr,
271 return __h(__a, this, __other, __info)
    [all...]

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 9