| 349 | } |
| 350 | |
| 351 | void BfAtomComposite::Reference(const BfAtomComposite & other) |
| 352 | { |
| 353 | if (!mOwns) |
| 354 | { |
| 355 | mParts = other.mParts; |
| 356 | mSize = other.mSize; |
| 357 | return; |
| 358 | } |
| 359 | Set(other.mParts, other.mSize, NULL, 0); |
| 360 | } |
| 361 | |
| 362 | // Val128 BfAtomComposite::GetTypesHash() |
| 363 | // { |
no test coverage detected