Searched defs:CopyDeleter (Results 1 – 1 of 1) sorted by relevance
297 CopyDeleter() : state_(0) {} in CopyDeleter() function298 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function301 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function321 CopyDeleter() : state_(0) {} in CopyDeleter() function322 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function325 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function