()
| 119 | } |
| 120 | |
| 121 | public int computeByteSize() { |
| 122 | Stats.onNativeCall(); |
| 123 | try { |
| 124 | return _nComputeByteSize(_ptr); |
| 125 | } finally { |
| 126 | ReferenceUtil.reachabilityFence(this); |
| 127 | } |
| 128 | } |
| 129 | |
| 130 | public boolean computeIsOpaque() { |
| 131 | Stats.onNativeCall(); |
no test coverage detected