Searched defs:clone (Results 1 – 5 of 5) sorted by relevance
144 std::runtime_error clone(""); in exception_emission() local157 std::runtime_error clone(""); in exception_emission() local171 std::runtime_error clone(""); in exception_emission() local184 std::runtime_error clone(""); in exception_emission() local
43 char* const clone = new char[ len + 1 ]; in CloneCString() local
458 clone() const in clone() function in boost::exception_detail::clone_impl
122 ParamIteratorInterface<T>* clone = impl_->Clone(); variable