Home
last modified time | relevance | path

Searched defs:__rhs (Results 1 – 11 of 11) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__expected/
Dexpected.h439 _LIBCPP_HIDE_FROM_ABI constexpr void swap(expected& __rhs) in swap()
685 _LIBCPP_HIDE_FROM_ABI constexpr expected(const expected& __rhs) in expected()
698 _LIBCPP_HIDE_FROM_ABI constexpr expected(expected&& __rhs) in expected() function
710 expected(const expected<_Up, _OtherErr>& __rhs) in expected()
721 expected(expected<_Up, _OtherErr>&& __rhs) in expected()
859 _LIBCPP_HIDE_FROM_ABI constexpr void swap(expected& __rhs) in swap()
/external/cronet/buildtools/third_party/libc++/trunk/include/__concepts/
Dassignable.h33 requires (_Lhs __lhs, _Rhs&& __rhs) { in requires()
/external/cronet/buildtools/third_party/libc++/trunk/include/__string/
Dconstexpr_c_functions.h40 __constexpr_memcmp(const _Tp* __lhs, const _Up* __rhs, size_t __count) { in __constexpr_memcmp()
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Diterator_with_data.h89const __iterator_with_data& __rhs) noexcept(noexcept(ranges::iter_swap(__lhs.__iter_, __rhs.__iter… in iter_swap()
/external/libcxx/src/support/win32/
Dthread_win32.cpp164 __libcpp_thread_id __rhs) in __libcpp_thread_id_equal()
169 bool __libcpp_thread_id_less(__libcpp_thread_id __lhs, __libcpp_thread_id __rhs) in __libcpp_thread_id_less()
/external/cronet/buildtools/third_party/libc++/trunk/src/support/win32/
Dthread_win32.cpp164 __libcpp_thread_id __rhs) in __libcpp_thread_id_equal()
169 bool __libcpp_thread_id_less(__libcpp_thread_id __lhs, __libcpp_thread_id __rhs) in __libcpp_thread_id_less()
/external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/
Datomic_sync.h87 bool __cxx_nonatomic_compare_equal(_Tp const& __lhs, _Tp const& __rhs) { in __cxx_nonatomic_compare_equal()
/external/libcxx/src/
Dfuture.cpp266 shared_future<void>::operator=(const shared_future& __rhs) in operator =()
Dstrstream.cpp118 strstreambuf::swap(strstreambuf& __rhs) in swap()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dfuture.cpp257 shared_future<void>::operator=(const shared_future& __rhs) in operator =()
Dstrstream.cpp120 strstreambuf::swap(strstreambuf& __rhs) in swap()