Home
last modified time | relevance | path

Searched defs:do_is_equal (Results 1 – 25 of 25) sorted by relevance

/external/sdv/vsomeip/third_party/boost/container/src/
Dglobal_resource.cpp40 bool do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT BOOST_OVERRIDE in do_is_equal() function in boost::container::pmr::new_delete_resource_imp
67 bool do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT BOOST_OVERRIDE in do_is_equal() function
Dunsynchronized_pool_resource.cpp57 bool unsynchronized_pool_resource::do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT /… in do_is_equal() function in boost::container::pmr::unsynchronized_pool_resource
Dsynchronized_pool_resource.cpp89 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT //v… in do_is_equal() function in boost::container::pmr::synchronized_pool_resource
Dmonotonic_buffer_resource.cpp168 bool monotonic_buffer_resource::do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT in do_is_equal() function in boost::container::pmr::monotonic_buffer_resource
Dpool_resource.cpp240 bool pool_resource::do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT //virtual in do_is_equal() function in boost::container::pmr::pool_resource
/external/libcxx/src/experimental/
Dmemory_resource.cpp40 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT in do_is_equal() function in __new_delete_memory_resource_imp
57 virtual bool do_is_equal(memory_resource const & __other) const _NOEXCEPT in do_is_equal() function in __null_memory_resource_imp
/external/pigweed/pw_allocator/
Das_pmr_allocator.cc43 bool MemoryResource::do_is_equal( in do_is_equal() function in pw::allocator::internal::MemoryResource
/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
Dtracking_mem_res.h36 bool do_is_equal(const memory_resource& ptr) const noexcept override { return &ptr == this; } in do_is_equal() function
/external/libcxx/test/std/experimental/memory/memory.resource.global/
Dnew_delete_resource.pass.cpp34 virtual bool do_is_equal(ex::memory_resource const &) const noexcept in do_is_equal() function
Dnull_memory_resource.pass.cpp36 virtual bool do_is_equal(ex::memory_resource const &) const noexcept in do_is_equal() function
/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
Dequality.pass.cpp29 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
Dallocate_exception_safety.pass.cpp34 …bool do_is_equal(std::pmr::memory_resource const& rhs) const noexcept override { return which->is_… in do_is_equal() function
/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.global/
Dnull_memory_resource.pass.cpp34 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
Dnew_delete_resource.pass.cpp32 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function in assert_on_compare
/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/
Dequality.pass.cpp33 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function in assert_on_compare
Dunsync_deallocate_matches_allocate.pass.cpp46 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { return false; } in do_is_equal() function in test_resource
Dsync_deallocate_matches_allocate.pass.cpp46 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { return false; } in do_is_equal() function in test_resource
/external/cronet/third_party/libc++/src/include/__memory_resource/
Dunsynchronized_pool_resource.h89 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
Dmonotonic_buffer_resource.h107 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
/external/sdv/vsomeip/third_party/boost/container/test/
Dmemory_resource_logger.hpp72 … virtual bool do_is_equal(const boost::container::pmr::memory_resource& other) const BOOST_NOEXCEPT in do_is_equal() function in memory_resource_logger
Dderived_from_memory_resource.hpp43 … virtual bool do_is_equal(const boost::container::pmr::memory_resource& other) const BOOST_NOEXCEPT in do_is_equal() function in derived_from_memory_resource
/external/cronet/third_party/libc++/src/src/
Dmemory_resource.cpp58 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_imp
66 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } in do_is_equal() function in pmr::__null_memory_resource_imp
410 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const noexcept { return … in do_is_equal() function in pmr::synchronized_pool_resource
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dresource_adaptor.hpp170 virtual bool do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT in do_is_equal() function in boost::container::pmr::resource_adaptor_imp
/external/cronet/third_party/libc++/src/test/support/
Dtest_std_memory_resource.h85 virtual bool do_is_equal(memory_resource const& other) const noexcept { in do_is_equal() function
/external/libcxx/test/support/
Dtest_memory_resource.hpp94 virtual bool do_is_equal(memory_resource const & other) const noexcept { in do_is_equal() function in TestResourceImp