Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/unique.ptr/
H A Ddeleter.h297 CopyDeleter() : state_(0) {} in CopyDeleter() function
298 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function
301 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function
321 CopyDeleter() : state_(0) {} in CopyDeleter() function
322 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function
325 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function