Searched refs:toCopy (Results 1 – 2 of 2) sorted by relevance
74 std::int64_t toCopy{std::min(rawValueLength, in CopyToDescriptor() local76 if (toCopy < 0) { in CopyToDescriptor()80 std::memcpy(value.OffsetElement(offset), rawValue, toCopy); in CopyToDescriptor()82 if (rawValueLength > toCopy) { in CopyToDescriptor()
1518 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException() argument1519 std::runtime_error(toCopy) {} in OurCppRunException()1521 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =() argument1523 std::runtime_error::operator=(toCopy))); in operator =()