| 4492 | } |
| 4493 | |
| 4494 | ~NativeArray() { |
| 4495 | if (clone_ != &NativeArray::InitRef) |
| 4496 | delete[] array_; |
| 4497 | } |
| 4498 | |
| 4499 | // STL-style container methods. |
| 4500 | size_t size() const { return size_; } |
nothing calls this directly
no outgoing calls
no test coverage detected