Searched defs:__other (Results 1 – 11 of 11) sorted by relevance
39 _LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_) { in stop_source() argument 67 _LIBCPP_HIDE_FROM_ABI void swap(stop_source& __other) noexcept { __state_.swap(__other argument [all...]
35 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); } in swap() argument
44 is_equal(const memory_resource & __other) is_equal() argument
88 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { in do_is_equal() argument
106 do_is_equal(const memory_resource & __other) do_is_equal() argument
56 polymorphic_allocator(const polymorphic_allocator<_Tp> & __other) polymorphic_allocator() argument
62 …_LIBCPP_HIDE_FROM_ABI constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function
78 common_iterator(const common_iterator<_I2,_S2> & __other) common_iterator() argument [all...]
84 swap(jthread & __other) swap() argument
99 : __extents_(__other.extents()) { in mapping() argument [all...]
100 mapping(const layout_right::mapping<_OtherExtents> & __other) mapping() argument [all...]