Searched refs:do_is_equal (Results 1 – 7 of 7) sorted by relevance
45 …M_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_equal(__other); } in is_equal()50 virtual bool do_is_equal(memory_resource const&) const noexcept = 0;
78 bool do_is_equal(const memory_resource& __other) const noexcept override; // key function
88 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
103 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
61 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } in do_is_equal() function in pmr::__new_delete_memory_resource_imp69 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } in do_is_equal() function in pmr::__null_memory_resource_imp414 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const noexcept { return … in do_is_equal() function in pmr::synchronized_pool_resource