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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Get.cpp.h38 KAVL_DECL(PKAVLNODECORE) KAVL_FN(Get)(PPKAVLNODECORE ppTree, KAVLKEY Key) function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIScsiInitiatorName.h80 EFI_ISCSI_INITIATOR_NAME_GET Get; member in struct:_EFI_ISCSI_INITIATOR_NAME_PROTOCOL
H A DAuthenticationInfo.h229 EFI_AUTHENTICATION_INFO_PROTOCOL_GET Get; member in struct:_EFI_AUTHENTICATION_INFO_PROTOCOL
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsClassHashtable.h62 * @copydoc nsBaseHashtable::Get
65 PRBool Get(KeyType aKey, UserDataType* pData) const;
85 * @copydoc nsBaseHashtable::Get
88 PRBool Get(KeyType aKey, UserDataType* pData) const;
98 nsClassHashtable<KeyClass,T>::Get(KeyType aKey, T** retVal) const function in class:nsClassHashtable
124 nsClassHashtableMT<KeyClass,T>::Get(KeyType aKey, T** retVal) const function in class:nsClassHashtableMT
H A DnsInterfaceHashtable.h62 * @copydoc nsBaseHashtable::Get
66 PRBool Get(KeyType aKey, UserDataType* pData) const;
92 * @copydoc nsBaseHashtable::Get
96 PRBool Get(KeyType aKey, UserDataType* pData) const;
110 nsInterfaceHashtable<KeyClass,Interface>::Get function in class:nsInterfaceHashtable
164 nsInterfaceHashtableMT<KeyClass,Interface>::Get function in class:nsInterfaceHashtableMT
H A DnsRefPtrHashtable.h63 * @copydoc nsBaseHashtable::Get
67 PRBool Get(KeyType aKey, UserDataType* pData) const;
93 * @copydoc nsBaseHashtable::Get
97 PRBool Get(KeyType aKey, UserDataType* pData) const;
111 nsRefPtrHashtable<KeyClass,RefPtr>::Get function in class:nsRefPtrHashtable
165 nsRefPtrHashtableMT<KeyClass,RefPtr>::Get function in class:nsRefPtrHashtableMT
H A DnsProperties.cpp99 nsProperties::Get(const char* prop, const nsIID & uuid, void* *result) function in class:nsProperties
103 nsISupports* value = (nsISupports*)nsHashtable::Get(&key);
H A DnsBaseHashtable.h125 PRBool Get(KeyType aKey, UserDataType* pData) const function in class:nsBaseHashtable
284 PRBool Get(KeyType aKey, UserDataType* pData) const;
390 nsBaseHashtableMT<KeyClass,DataType,UserDataType>::Get(KeyType aKey, function in class:nsBaseHashtableMT
395 nsBaseHashtable<KeyClass,DataType,UserDataType>::Get(aKey, pData);
H A DnsPersistentProperties.cpp414 nsPersistentProperties::Get(const char* prop, const nsIID & uuid, void* *result) function in class:nsPersistentProperties
H A DnsHashtable.cpp239 void *nsHashtable::Get(nsHashKey *aKey) function in class:nsHashtable
837 nsSupportsHashtable::Get(nsHashKey *aKey) function in class:nsSupportsHashtable
839 void* data = nsHashtable::Get(aKey);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) method in class:DotZLib.CircularBuffer
72 public int Get() method in class:DotZLib.CircularBuffer
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dole2.h160 DWORD (CALLBACK *Get)(LPOLESTREAM,LPSTR,DWORD); member in struct:_OLESTREAMVTBL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dole2.h160 DWORD (CALLBACK *Get)(LPOLESTREAM,LPSTR,DWORD); member in struct:_OLESTREAMVTBL
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIVariant.cpp161 static PyObject *Get(PyObject *self, PyObject *args) { function
164 if (!PyArg_ParseTuple(args, ":Get")) return NULL;
192 { "get", Get, 1},
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEnvironment.cpp106 * which simply checks whether the string returned by |Get()| is empty
110 Get(aName, value);
118 nsEnvironment::Get(const nsAString& aName, nsAString& aOutValue) function in class:nsEnvironment
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsErrorService.cpp73 nsInt2StrHashtable::Get(PRUint32 key) function in class:nsInt2StrHashtable
76 const char* value = (const char*)mHashtable.Get(&k);
124 char* value = mErrorStringBundleURLMap.Get(errorModule);
146 char* value = mErrorStringBundleKeyMap.Get(error);
/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp326 HRESULT MediumLockListMap::Get(const ComObjPtr<MediumAttachment> &aMediumAttachment, function in class:MediumLockListMap
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp119 Utf8Str GuestEnvironment::Get(size_t nPos) function in class:GuestEnvironment
132 Utf8Str GuestEnvironment::Get(const Utf8Str &strKey) function in class:GuestEnvironment
1052 /* Get current event group. */
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp135 dirService->Get(NS_XPCOM_INIT_CURRENT_PROCESS_DIR, NS_GET_IID(nsILocalFile), getter_AddRefs(aLocalFile));
712 nsDirectoryService::Get(const char* prop, const nsIID & uuid, void* *result) function in class:nsDirectoryService
716 nsCOMPtr<nsISupports> value = dont_AddRef(mHashtable.Get(&key));
784 nsresult rv = Get(prop, NS_GET_IID(nsIFile), getter_AddRefs(value));
881 rv = Get(NS_GRE_DIR, nsILocalFile::GetIID(), getter_AddRefs(localFile));

Completed in 407 milliseconds