Home
last modified time | relevance | path

Searched refs:InAllocatorConstructGuard (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h261 struct InAllocatorConstructGuard { struct
264 InAllocatorConstructGuard(ConstructController* cc) : m_cc(cc) { in InAllocatorConstructGuard() function
270 ~InAllocatorConstructGuard() { in ~InAllocatorConstructGuard() argument
274 InAllocatorConstructGuard(InAllocatorConstructGuard const&);
275 InAllocatorConstructGuard& operator=(InAllocatorConstructGuard const&); argument
313 InAllocatorConstructGuard g(controller); in construct()
323 InAllocatorConstructGuard g(controller); in destroy()