Home
last modified time | relevance | path

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

/external/libcxx/test/support/
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
/external/llvm-project/libcxx/test/support/
Dcount_new.h440 struct DisableAllocationGuard { struct
441 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument
453 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
461 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument