Home
last modified time | relevance | path

Searched defs:GetBaseSize (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.object.h57 uint32_t GetBaseSize() in GetBaseSize() function
/dports/devel/upp/upp/bazaar/LogPosCtrl/
H A DLogPosCtrl.h81 Size GetBaseSize() const { return bsz; } in GetBaseSize() function
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarHeader.h70 UInt32 GetBaseSize() const { return kArchiveHeaderSize + (IsEncryptOld() ? 0 : 1); } in GetBaseSize() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dformat.hxx106 const Size & GetBaseSize() const { return aBaseSize; } in GetBaseSize() function in SmFormat
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dformat.hxx107 const Size & GetBaseSize() const { return aBaseSize; } in GetBaseSize() function in SmFormat
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dgcenv.h91 UInt32 GetBaseSize() { return ((EEType*)this)->get_BaseSize(); } in GetBaseSize() function