Lines Matching refs:toCopy
1614 OurCppRunException (const OurCppRunException &toCopy) :1615 std::runtime_error(toCopy) {}1617 OurCppRunException &operator = (const OurCppRunException &toCopy) {1619 std::runtime_error::operator=(toCopy)));