MCPcopy Index your code
hub / github.com/java-native-access/jna / TestStructure0

Class TestStructure0

test/com/sun/jna/StructureTest.java:222–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221 // Do NOT change the order of naming w/o changing testlib.c as well
222 public static class TestStructure0 extends FilledStructure {
223 public static final List<String> FIELDS = createFieldsOrder("field0", "field1");
224 public byte field0 = 0x01;
225 public short field1 = 0x0202;
226 @Override
227 protected List<String> getFieldOrder() {
228 return FIELDS;
229 }
230 }
231 @FieldOrder({ "field0", "field1" })
232 public static class AnnotatedTestStructure0 extends FilledStructure {
233 public byte field0 = 0x01;

Callers

nothing calls this directly

Calls 1

createFieldsOrderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…