Searched defs:GetSize (Results 1 - 21 of 21) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/util/public/
H A DipcMessageWriter.h81 PRInt32 GetSize() function in class:ipcMessageWriter
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.h101 inline PRInt32 GetSize() const {return mSize;} function in class:nsDeque
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsSegmentedBuffer.h85 inline PRUint32 GetSize() { return GetSegmentCount() * mSegmentSize; } function in class:nsSegmentedBuffer
/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h73 uint64_t GetSize(void) const { return m_cbSize; } function in class:DnDURIObject
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DPiPcd.h419 EFI_PEI_PCD_PPI_GET_SIZE GetSize; member in struct:__anon12010
H A DPcd.h369 Use GetSize() to retrieve the size of the target data.
395 Use GetSize() to retrieve the size of the target data.
421 Use GetSize() to retrieve the size of the target data.
447 Use GetSize() to retrieve the size of the target data.
475 Use GetSize() to retrieve the size of the target data.
500 Use GetSize() to retrieve the size of the target data.
527 Use GetSize() to retrieve the size of the target data.
555 Use GetSize() to retrieve the size of the target data.
583 Use GetSize() to retrieve the size of the target data.
611 Use GetSize() t
837 PCD_PPI_GET_SIZE GetSize; member in struct:__anon12007
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPiPcd.h411 EFI_PCD_PROTOCOL_GET_SIZE GetSize; member in struct:_EFI_PCD_PROTOCOL
H A DPcd.h370 Use GetSize() to retrieve the size of the target data.
396 Use GetSize() to retrieve the size of the target data.
422 Use GetSize() to retrieve the size of the target data.
448 Use GetSize() to retrieve the size of the target data.
478 Use GetSize() to retrieve the size of the target data.
505 Use GetSize() to retrieve the size of the target data.
532 Use GetSize() to retrieve the size of the target data.
560 Use GetSize() to retrieve the size of the target data.
588 Use GetSize() to retrieve the size of the target data.
616 Use GetSize() t
841 PCD_PROTOCOL_GET_SIZE GetSize; member in struct:__anon12244
[all...]
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h335 size_t GetSize() { return m_cbSize; } function in class:GuestProcessStream
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doaidl.h3394 virtual HRESULT STDMETHODCALLTYPE GetSize(
3479 HRESULT (STDMETHODCALLTYPE *GetSize)( member in struct:IRecordInfoVtbl
3552 #define IRecordInfo_GetSize(This,pcbSize) (This)->lpVtbl->GetSize(This,pcbSize)
H A Dobjidl.h998 virtual ULONG STDMETHODCALLTYPE GetSize(
1038 ULONG (STDMETHODCALLTYPE *GetSize)( member in struct:IMallocVtbl
1064 #define IMalloc_GetSize(This,pv) (This)->lpVtbl->GetSize(This,pv)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doaidl.h3394 virtual HRESULT STDMETHODCALLTYPE GetSize(
3479 HRESULT (STDMETHODCALLTYPE *GetSize)( member in struct:IRecordInfoVtbl
3552 #define IRecordInfo_GetSize(This,pcbSize) (This)->lpVtbl->GetSize(This,pcbSize)
H A Dobjidl.h998 virtual ULONG STDMETHODCALLTYPE GetSize(
1038 ULONG (STDMETHODCALLTYPE *GetSize)( member in struct:IMallocVtbl
1064 #define IMalloc_GetSize(This,pv) (This)->lpVtbl->GetSize(This,pv)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3279 nsresult (*GetSize)(IMedium *pThis, PRUint64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v3_0.h3832 nsresult (*GetSize)(IMedium *pThis, PRUint64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v3_1.h3893 nsresult (*GetSize)(IMedium *pThis, PRUint64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v3_2.h4097 nsresult (*GetSize)(IMedium *pThis, PRUint64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_0.h4364 nsresult (*GetSize)(IMedium *pThis, PRInt64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_1.h4738 nsresult (*GetSize)(IMedium *pThis, PRInt64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_2.h5653 nsresult (*GetSize)(IMedium *pThis, PRInt64 *size); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_3.h11223 nsresult (*GetSize)(IMedium *pThis, PRInt64 *size); member in struct:IMedium_vtbl
11402 nsresult (*GetSize)(IMedium *pThis, PRInt64 *size); member in struct:IMediumVtbl
11579 #define IMedium_get_Size(p, aSize) ((p)->lpVtbl->GetSize(p, aSize))
11580 #define IMedium_GetSize(p, aSize) ((p)->lpVtbl->GetSize(p, aSize))

Completed in 1736 milliseconds