Searched refs:TotalSize (Results 1 – 9 of 9) sorted by relevance
32 pms->TotalSize = 3; in InstAlloc_Init()55 pms->TotalSize += Size; in InstAlloc_AddMember()71 if (pms->TotalSize > 3) in InstAlloc_GetTotal()73 return(pms->TotalSize); in InstAlloc_GetTotal()88 pms[0].TotalSize = 3; in InstAlloc_InitAll()93 pms[1].TotalSize = 3; in InstAlloc_InitAll()98 pms[2].TotalSize = 3; in InstAlloc_InitAll()103 pms[3].TotalSize = 3; in InstAlloc_InitAll()119 pms[0].TotalSize = 3; in InstAlloc_InitAll_NULL()122 pms[1].TotalSize = 3; in InstAlloc_InitAll_NULL()[all …]
27 … 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
114 const ::google::protobuf::uint64 data_size = in->TotalSize(); in AddResFileEntry()