Home
last modified time | relevance | path

Searched refs:NMREBARCHEVRON_sizeof (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DNMREBARCHEVRON.java30 public static int sizeof = OS.NMREBARCHEVRON_sizeof ();
H A DOS.java2042 public static final native int NMREBARCHEVRON_sizeof (); in NMREBARCHEVRON_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h936 #define NMREBARCHEVRON_sizeof() sizeof(NMREBARCHEVRON) macro
941 #define NMREBARCHEVRON_sizeof() 0 macro
H A Dos.c6782 rc = (jint)NMREBARCHEVRON_sizeof(); in OS_NATIVE()