Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__stop_token/
Dstop_source.h40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source()
68 …_LIBCPP_HIDE_FROM_ABI void swap(stop_source& __other) noexcept { __state_.swap(__other.__state_); } in swap()
Dstop_token.h36 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); } in swap()
/external/cronet/third_party/libc++/src/include/__memory_resource/
Dmemory_resource.h46 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal()
Dunsynchronized_pool_resource.h89 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
Dmonotonic_buffer_resource.h107 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
Dpolymorphic_allocator.h56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator()
/external/cronet/third_party/libc++/src/include/__ranges/
Dnon_propagating_cache.h65 constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function
/external/cronet/third_party/libc++/src/include/__iterator/
Dcommon_iterator.h79 _LIBCPP_HIDE_FROM_ABI constexpr common_iterator(const common_iterator<_I2, _S2>& __other) in common_iterator()
/external/cronet/third_party/libc++/src/include/__thread/
Djthread.h82 _LIBCPP_HIDE_FROM_ABI void swap(jthread& __other) noexcept { in swap()
/external/cronet/third_party/libc++/src/include/__mdspan/
Dlayout_left.h100 mapping(const layout_right::mapping<_OtherExtents>& __other) noexcept in mapping()
Dlayout_right.h99 mapping(const layout_left::mapping<_OtherExtents>& __other) noexcept in mapping()