Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontainer_test_types.h247 struct InAllocatorConstructGuard { struct
250 InAllocatorConstructGuard(ConstructController* cc) : m_cc(cc) { in InAllocatorConstructGuard() argument
256 ~InAllocatorConstructGuard() { in ~InAllocatorConstructGuard() argument
260 InAllocatorConstructGuard(InAllocatorConstructGuard const&);
261 InAllocatorConstructGuard& operator=(InAllocatorConstructGuard const&); argument
299 InAllocatorConstructGuard g(controller); in construct()
309 InAllocatorConstructGuard g(controller); in destroy()