Searched refs:TotalSize (Results 1 – 9 of 9) sorted by relevance
32 pms->TotalSize = 3; in InstAlloc_Init()56 pms->TotalSize += Size; in InstAlloc_AddMember()73 if (pms->TotalSize > 3) in InstAlloc_GetTotal()75 return(pms->TotalSize); in InstAlloc_GetTotal()91 pms[0].TotalSize = 3; in InstAlloc_InitAll()97 pms[1].TotalSize = 3; in InstAlloc_InitAll()103 pms[2].TotalSize = 3; in InstAlloc_InitAll()109 pms[3].TotalSize = 3; in InstAlloc_InitAll()125 pms[0].TotalSize = 3; in InstAlloc_InitAll_NULL()129 pms[1].TotalSize = 3; in InstAlloc_InitAll_NULL()[all …]
31 … LVM_UINT32 TotalSize; /* Accumulative total memory size */ member
64 virtual size_t TotalSize() const = 0;
45 size_t TotalSize() const override;
75 size_t BigBufferInputStream::TotalSize() const { in TotalSize() function in aapt::io::BigBufferInputStream
48 size_t TotalSize() const override;
50 size_t StringInputStream::TotalSize() const { in TotalSize() function in aapt::io::StringInputStream
38 virtual size_t TotalSize() const override { in TotalSize() function
107 const ::google::protobuf::uint64 data_size = in->TotalSize(); in AddResFileEntry()