Home
last modified time | relevance | path

Searched defs:DisableAllocationGuard (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxx/test/support/
H A Dcount_new.hpp434 struct DisableAllocationGuard { struct
435 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() argument
447 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
454 DisableAllocationGuard(DisableAllocationGuard const&); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcount_new.h543 struct DisableAllocationGuard { struct
544 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument
556 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
564 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument