Home
last modified time | relevance | path

Searched defs:objectForKey (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ldview/ldview-4.4/TCFoundation/
H A DTCTypedDictionary.h19 Type* objectForKey(char* key) in objectForKey() function
H A DTCDictionary.cpp62 TCObject* TCDictionary::objectForKey(const char* key) in objectForKey() function in TCDictionary
/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 DNSUserDefaults.java30 public id objectForKey(NSString defaultName) { in objectForKey() method in NSUserDefaults
H A DNSDictionary.java49 public id objectForKey(id aKey) { in objectForKey() method in NSDictionary
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-mach-helper.c30 static SEL dealloc, release, currentThread, threadDictionary, init, alloc, objectForKey, setObjectF… variable
/dports/graphics/exiv2/exiv2-0.27.5-Source/samples/
H A Dexiv2json.cpp121 Jzon::Node& objectForKey(const std::string& Key,Jzon::Object& root,std::string& name,Exiv2::StringS… in objectForKey() function
/dports/www/mod_webkit/w4py-1.2.3/MiddleKit/Run/
H A DObjectStore.py168 def objectForKey(self, key, default=NoDefault): member in ObjectStore