Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/support/
Dcount_new.h478 struct ConstexprDisableAllocationGuard { struct
479 …TEST_CONSTEXPR_CXX14 explicit ConstexprDisableAllocationGuard(bool disable = true) : m_disabled(di… in m_disabled() argument
497 TEST_CONSTEXPR_CXX20 ~ConstexprDisableAllocationGuard() { in ~ConstexprDisableAllocationGuard() argument
505 ConstexprDisableAllocationGuard& operator=(ConstexprDisableAllocationGuard const&); argument