Searched refs:STRUCT_SIZE (Results 1 – 3 of 3) sorted by relevance
116 private static final int STRUCT_SIZE = {{struct.versions[-1].num_bytes}};139 super(STRUCT_SIZE, version);
895 def STRUCT_SIZE(handle): return \ function901 def STRUCT_SIZE(handle): return (sizeof (*(handle).ptr)) function
898 def STRUCT_SIZE(handle): return \ function904 def STRUCT_SIZE(handle): return (sizeof (*(handle).ptr)) function