Searched defs:TYPE_STRUCT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java101 static final int TYPE_STRUCT = 9; field in class:WrapperGenerator.AtomicType
129 type = AtomicType.TYPE_STRUCT;
199 case TYPE_STRUCT:
261 case TYPE_STRUCT:
291 case TYPE_STRUCT:
391 } else if (type == TYPE_ARRAY || type == TYPE_PTR || type == TYPE_STRUCT) {
734 if (type != AtomicType.TYPE_STRUCT) pw.println(prefix + "void set_" +name +"(" + tp.getJavaType() + " v);");
800 if (type != AtomicType.TYPE_STRUCT) {

Completed in 80 milliseconds