Searched refs:do_is_equal (Results 1 – 6 of 6) sorted by relevance
39 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT in do_is_equal() function in __new_delete_memory_resource_imp56 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT in do_is_equal() function in __null_memory_resource_imp
26 m->do_is_equal(*m); // expected-error{{'do_is_equal' is a protected member}} in main()
34 virtual bool do_is_equal(ex::memory_resource const &) const noexcept in do_is_equal() function
36 virtual bool do_is_equal(ex::memory_resource const &) const noexcept in do_is_equal() function
114 { return do_is_equal(__other); }120 virtual bool do_is_equal(memory_resource const &) const _NOEXCEPT = 0;402 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT {
94 virtual bool do_is_equal(memory_resource const & other) const noexcept { in do_is_equal() function in TestResourceImp