Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontainer_test_types.h262 struct InAllocatorConstructGuard { struct
265 InAllocatorConstructGuard(ConstructController* cc) : m_cc(cc) { in InAllocatorConstructGuard() argument
271 ~InAllocatorConstructGuard() { in ~InAllocatorConstructGuard() argument
276 InAllocatorConstructGuard& operator=(InAllocatorConstructGuard const&); argument