Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Ddeleter_types.h298 CopyDeleter() : state_(0) {} in CopyDeleter() function
299 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function
302 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function
322 CopyDeleter() : state_(0) {} in CopyDeleter() function
323 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function
326 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function