()
| 33 | public short offset; |
| 34 | |
| 35 | @Override |
| 36 | public List getFieldOrder() { |
| 37 | return Arrays.asList("address", "offset"); |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | public static class OpExtended extends Structure { |
nothing calls this directly
no outgoing calls
no test coverage detected