Searched defs:do_is_equal (Results 1 – 4 of 4) sorted by relevance
45 bool do_is_equal(memory_resource const & other) const noexcept override in do_is_equal() function in __new_delete_memory_resource_imp65 virtual bool do_is_equal(memory_resource const & __other) const noexcept in do_is_equal() function in __null_memory_resource_imp
88 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
104 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
58 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_imp66 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } in do_is_equal() function in pmr::__null_memory_resource_imp409 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const noexcept { return … in do_is_equal() function in pmr::synchronized_pool_resource