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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDoubleHashtable.h170 * const void* GetKey()
209 ENTRY_CLASS##GetKey(PLDHashTable* table, PLDHashEntryHdr* entry) \
212 return e->GetKey(); \
258 ENTRY_CLASS##GetKey, \
418 const void* GetKey() const { function in class:PLDHashStringEntry
441 const void* GetKey() const { function in class:PLDHashCStringEntry
464 const void* GetKey() const { function in class:PLDHashInt32Entry
488 const void* GetKey() const { function in class:PLDHashVoidEntry
H A DnsHashKeys.h79 KeyType GetKey() const { return mStr; } function in class:nsStringHashKey
112 KeyType GetKey() const { return mStr; } function in class:nsCStringHashKey
143 KeyType GetKey() const { return mValue; } function in class:nsUint32HashKey
172 KeyType GetKey() const { return mSupports; } function in class:nsISupportsHashKey
205 KeyType GetKey() const { return mKey; } function in class:nsVoidPtrHashKey
236 KeyType GetKey() const { return mID; } function in class:nsIDHashKey
269 const char* GetKey() const { return mKey; } function in class:nsDepCharHashKey
299 const char* GetKey() const { return mKey; } function in class:nsCharPtrHashKey
H A DnsPersistentProperties.cpp464 nsPropertyElement::GetKey(nsACString& aReturnKey) function in class:nsPropertyElement
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h119 KeyType GetKey() const { return mKey; } function in class:DConnectInstanceKey
178 KeyType GetKey() const { return mKey; } function in class:DConnectStubKey
H A DipcDConnectService.cpp246 DConnectInstanceKey::Key GetKey() { function in class:DConnectInstance
1545 DConnectStubKey::Key GetKey() { function in class:DConnectStub
3328 rv = mInstances.Put(wrapper->GetKey(), wrapper)
3353 mInstances.Remove(wrapper->GetKey());
3400 return mStubs.Put(stub->GetKey(), stub)
3422 mStubs.Remove(stub->GetKey());
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DKms.h1144 EFI_KMS_GET_KEY GetKey; member in struct:_EFI_KMS_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp90 SPendingAssign::GetKey ( function in class:SPendingAssign
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp635 | instead of GetKey unless it's an error for the key not to exist already i
645 /*--------------------------- nsRegistry::GetKey -------------------------------
648 NS_IMETHODIMP nsRegistry::GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) function in class:nsRegistry
1812 /*-------------------------- nsRegistryNode::GetKey ----------------------------
1816 NS_IMETHODIMP nsRegistryNode::GetKey( nsRegistryKey *r_key ) { function in class:nsRegistryNode
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h7095 nsresult (*GetKey)(IExtraDataChangedEvent *pThis, PRUnichar * *key); member in struct:IExtraDataChangedEvent_vtbl
7155 nsresult (*GetKey)(IExtraDataCanChangeEvent *pThis, PRUnichar * *key); member in struct:IExtraDataCanChangeEvent_vtbl
H A DVBoxCAPI_v4_1.h7495 nsresult (*GetKey)(IExtraDataChangedEvent *pThis, PRUnichar * *key); member in struct:IExtraDataChangedEvent_vtbl
7555 nsresult (*GetKey)(IExtraDataCanChangeEvent *pThis, PRUnichar * *key); member in struct:IExtraDataCanChangeEvent_vtbl
H A DVBoxCAPI_v4_2.h8501 nsresult (*GetKey)(IExtraDataChangedEvent *pThis, PRUnichar * *key); member in struct:IExtraDataChangedEvent_vtbl
8561 nsresult (*GetKey)(IExtraDataCanChangeEvent *pThis, PRUnichar * *key); member in struct:IExtraDataCanChangeEvent_vtbl
H A DVBoxCAPI_v4_3.h19948 nsresult (*GetKey)(IExtraDataChangedEvent *pThis, PRUnichar * *key); member in struct:IExtraDataChangedEvent_vtbl
19975 nsresult (*GetKey)(IExtraDataChangedEvent *pThis, PRUnichar * *key); member in struct:IExtraDataChangedEventVtbl
19993 #define IExtraDataChangedEvent_get_Key(p, aKey) ((p)->lpVtbl->GetKey(p, aKey))
19994 #define IExtraDataChangedEvent_GetKey(p, aKey) ((p)->lpVtbl->GetKey(p, aKey))
20119 nsresult (*GetKey)(IExtraDataCanChangeEvent *pThis, PRUnichar * *key); member in struct:IExtraDataCanChangeEvent_vtbl
20162 nsresult (*GetKey)(IExtraDataCanChangeEvent *pThis, PRUnichar * *key); member in struct:IExtraDataCanChangeEventVtbl
20183 #define IExtraDataCanChangeEvent_get_Key(p, aKey) ((p)->lpVtbl->GetKey(p, aKey))
20184 #define IExtraDataCanChangeEvent_GetKey(p, aKey) ((p)->lpVtbl->GetKey(p, aKey))

Completed in 250 milliseconds