Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
Dmemory_resource.h44 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal()
Dunsynchronized_pool_resource.h88 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
Dmonotonic_buffer_resource.h106 …_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/buildtools/third_party/libc++/trunk/include/__expected/
Dexpected.h121 _LIBCPP_HIDE_FROM_ABI constexpr expected(const expected& __other) in expected()
139 _LIBCPP_HIDE_FROM_ABI constexpr expected(expected&& __other) in expected() function
175 expected(const expected<_Up, _OtherErr>& __other) in expected()
189 expected(expected<_Up, _OtherErr>&& __other) in expected()
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dnon_propagating_cache.h65 constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dcommon_iterator.h73 _LIBCPP_HIDE_FROM_ABI constexpr common_iterator(const common_iterator<_I2, _S2>& __other) in common_iterator()