Searched defs:GetNext (Results 1 - 25 of 25) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEmptyEnumerator.cpp83 NS_IMETHODIMP EmptyEnumeratorImpl::GetNext(nsISupports** aResult) function in class:EmptyEnumeratorImpl
H A DnsArrayEnumerator.cpp63 nsSimpleArrayEnumerator::GetNext(nsISupports** aResult) function in class:nsSimpleArrayEnumerator
153 nsCOMArrayEnumerator::GetNext(nsISupports** aResult) function in class:nsCOMArrayEnumerator
189 // doing all our AddRef's ahead of time since GetNext() doesn't
H A DnsEnumeratorUtils.cpp75 nsArrayEnumerator::GetNext(nsISupports** aResult) function in class:nsArrayEnumerator
137 nsSingletonEnumerator::GetNext(nsISupports** aResult) function in class:nsSingletonEnumerator
217 nsUnionEnumerator::GetNext(nsISupports** aResult) function in class:nsUnionEnumerator
227 return mFirstEnumerator->GetNext(aResult);
229 return mSecondEnumerator->GetNext(aResult);
H A DnsObserverList.cpp184 ObserverListEnumerator::GetNext(nsISupports** aResult) function in class:ObserverListEnumerator
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DLocate.c288 CORE_GET_NEXT GetNext; local
302 GetNext = NULL;
320 GetNext = SmmGetNextLocateAllHandles;
324 GetNext = SmmGetNextLocateByRegisterNotify;
334 GetNext = SmmGetNextLocateByProtocol;
367 Handle = GetNext (&Position, &Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c125 CORE_GET_NEXT GetNext; local
139 GetNext = NULL;
162 GetNext = CoreGetNextLocateAllHandles;
173 GetNext = CoreGetNextLocateByRegisterNotify;
177 GetNext = CoreGetNextLocateByProtocol;
203 ASSERT (GetNext != NULL);
212 Handle = GetNext (&Position, &Interface);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsAppFileLocProviderProxy.cpp135 NS_IMETHOD GetNext(nsISupports** aResult) function in class:DirectoryEnumerator
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.cpp484 NS_IMETHOD GetNext(nsISupports **result) function in class:nsAppDirectoryEnumerator
H A DnsLocalFileOS2.cpp210 NS_IMETHOD GetNext(nsISupports **result) function in class:nsDirEnumerator
727 iterator->GetNext(getter_AddRefs(item));
854 iterator->GetNext(getter_AddRefs(item));
H A DnsLocalFileUnix.cpp176 nsDirEnumeratorUnix::GetNext(nsISupports **_retval) function in class:nsDirEnumeratorUnix
675 rv = dirIterator->GetNext((nsISupports**)getter_AddRefs(entry));
924 rv = dir->GetNext(getter_AddRefs(item));
H A DnsLocalFileWin.cpp95 * GetNext advances mLetter.
381 NS_IMETHOD GetNext(nsISupports **result) function in class:nsDirEnumerator
1239 dirEnum.GetNext(getter_AddRefs(item));
1401 dirEnum.GetNext(getter_AddRefs(item));
2422 NS_IMETHODIMP nsDriveEnumerator::GetNext(nsISupports **aNext) function in class:nsDriveEnumerator
H A DnsLocalFileOSX.cpp209 NS_IMETHOD GetNext(nsISupports **result) function in class:nsDirEnumerator
H A DnsLocalFileMac.cpp888 NS_IMETHOD GetNext(nsISupports **result) function in class:nsDirEnumerator
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmbios.h239 EFI_SMBIOS_GET_NEXT GetNext; member in struct:_EFI_SMBIOS_PROTOCOL
H A DUserManager.h601 EFI_USER_PROFILE_GET_NEXT GetNext; member in struct:_EFI_USER_MANAGER_PROTOCOL
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp125 BaseStringEnumerator::GetNext(nsISupports **_retval) function in class:BaseStringEnumerator
149 BaseStringEnumerator::GetNext(nsACString& _retval) function in class:BaseStringEnumerator
765 while (NS_SUCCEEDED(enumerator->GetNext(getter_AddRefs(entry)))) {
H A DnsComponentManager.cpp615 PLDHashTableEnumeratorImpl::GetNext(nsISupports **_retval) function in class:PLDHashTableEnumeratorImpl
3181 if (NS_FAILED(loaderEnum->GetNext(getter_AddRefs(supports))))
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1393 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v3_0.h1830 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v3_1.h1739 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v3_2.h1784 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_0.h2138 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_1.h2331 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_2.h2559 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_3.h3283 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfo_vtbl
3312 nsresult (*GetNext)(IVirtualBoxErrorInfo *pThis, IVirtualBoxErrorInfo * *next); member in struct:IVirtualBoxErrorInfoVtbl
3347 #define IVirtualBoxErrorInfo_get_Next(p, aNext) ((p)->lpVtbl->GetNext(p, aNext))
3348 #define IVirtualBoxErrorInfo_GetNext(p, aNext) ((p)->lpVtbl->GetNext(p, aNext))

Completed in 512 milliseconds