Home
last modified time | relevance | path

Searched refs:sel_dictionaryWithObject_forKey_ (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/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSDictionary.java40 …long result = OS.objc_msgSend(OS.class_NSDictionary, OS.sel_dictionaryWithObject_forKey_, object !… in dictionaryWithObject()
H A DNSMutableDictionary.java57 …long result = OS.objc_msgSend(OS.class_NSMutableDictionary, OS.sel_dictionaryWithObject_forKey_, o… in dictionaryWithObject()
H A DSelector.java369 , sel_dictionaryWithObject_forKey_("dictionaryWithObject:forKey:") enumConstant
H A DOS.java1086 public static final long sel_dictionaryWithObject_forKey_ = Selector.sel_dictionaryWithObject_forKe… field in OS