| 7541 | } |
| 7542 | |
| 7543 | ~NativeArray() { |
| 7544 | if (clone_ != &NativeArray::InitRef) |
| 7545 | delete[] array_; |
| 7546 | } |
| 7547 | |
| 7548 | // STL-style container methods. |
| 7549 | size_t size() const { return size_; } |
nothing calls this directly
no outgoing calls
no test coverage detected