/vbox/src/VBox/Runtime/common/table/ |
H A D | avl_Get.cpp.h | 38 KAVL_DECL(PKAVLNODECORE) KAVL_FN(Get)(PPKAVLNODECORE ppTree, KAVLKEY Key) function
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | IScsiInitiatorName.h | 80 EFI_ISCSI_INITIATOR_NAME_GET Get; member in struct:_EFI_ISCSI_INITIATOR_NAME_PROTOCOL
|
H A D | AuthenticationInfo.h | 229 EFI_AUTHENTICATION_INFO_PROTOCOL_GET Get; member in struct:_EFI_AUTHENTICATION_INFO_PROTOCOL
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsClassHashtable.h | 62 * @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 D | nsInterfaceHashtable.h | 62 * @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 D | nsRefPtrHashtable.h | 63 * @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 D | nsProperties.cpp | 99 nsProperties::Get(const char* prop, const nsIID & uuid, void* *result) function in class:nsProperties 103 nsISupports* value = (nsISupports*)nsHashtable::Get(&key);
|
H A D | nsBaseHashtable.h | 125 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 D | nsPersistentProperties.cpp | 414 nsPersistentProperties::Get(const char* prop, const nsIID & uuid, void* *result) function in class:nsPersistentProperties
|
H A D | nsHashtable.cpp | 239 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 D | CircularBuffer.cs | 61 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 D | ole2.h | 160 DWORD (CALLBACK *Get)(LPOLESTREAM,LPSTR,DWORD); member in struct:_OLESTREAMVTBL
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ole2.h | 160 DWORD (CALLBACK *Get)(LPOLESTREAM,LPSTR,DWORD); member in struct:_OLESTREAMVTBL
|
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIVariant.cpp | 161 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 D | nsEnvironment.cpp | 106 * 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 D | nsErrorService.cpp | 73 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 D | MediumLock.cpp | 326 HRESULT MediumLockListMap::Get(const ComObjPtr<MediumAttachment> &aMediumAttachment, function in class:MediumLockListMap
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestCtrlPrivate.cpp | 119 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 D | nsDirectoryService.cpp | 135 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));
|