Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
/aosp_15_r20/external/libcxx/src/experimental/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A 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
411 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const noexcept { return … in do_is_equal() function in pmr::synchronized_pool_resource
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dpmr_allocator.cc41 bool MemoryResource::do_is_equal( in do_is_equal() function in pw::allocator::internal::MemoryResource
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dtracking_mem_res.h36 bool do_is_equal(const memory_resource& ptr) const noexcept override { return &ptr == this; } in do_is_equal() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
H A Dequality.pass.cpp29 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
H A 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
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.resource.global/
H A Dnew_delete_resource.pass.cpp34 virtual bool do_is_equal(ex::memory_resource const &) const noexcept in do_is_equal() function
H A Dnull_memory_resource.pass.cpp36 virtual bool do_is_equal(ex::memory_resource const &) const noexcept in do_is_equal() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.global/
H A Dnull_memory_resource.pass.cpp34 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/
H A Dequality.pass.cpp33 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function in assert_on_compare
H A 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
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory_resource/
Dunsynchronized_pool_resource.h88 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__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
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory_resource/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
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
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

12