Searched defs:CopyDeleter (Results 1 – 1 of 1) sorted by relevance
298 CopyDeleter() : state_(0) {} in CopyDeleter() function299 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function302 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function322 CopyDeleter() : state_(0) {} in CopyDeleter() function323 explicit CopyDeleter(int s) : state_(s) {} in CopyDeleter() function326 CopyDeleter(CopyDeleter const& other) : state_(other.state_) {} in CopyDeleter() function