Searched defs:__other (Results 1 – 7 of 7) sorted by relevance
44 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal()
88 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
106 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator()
121 _LIBCPP_HIDE_FROM_ABI constexpr expected(const expected& __other) in expected()139 _LIBCPP_HIDE_FROM_ABI constexpr expected(expected&& __other) in expected() function175 expected(const expected<_Up, _OtherErr>& __other) in expected()189 expected(expected<_Up, _OtherErr>&& __other) in expected()
65 constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function
73 _LIBCPP_HIDE_FROM_ABI constexpr common_iterator(const common_iterator<_I2, _S2>& __other) in common_iterator()