Searched defs:getFlattenedSize (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DFlattenable.h86 inline size_t getFlattenedSize() const;
92 // size should be at least of getFlattenedSize()
99 // size should be equal to the value of getFlattenedSize() when the
109 inline size_t Flattenable<T>::getFlattenedSize() const { function in class:android::Flattenable
110 return static_cast<T const*>(this)->T::getFlattenedSize();
141 inline size_t getFlattenedSize() const;
155 inline size_t LightFlattenable<T>::getFlattenedSize() const { function in class:android::LightFlattenable
156 return static_cast<T const*>(this)->T::getFlattenedSize();
180 inline size_t getFlattenedSize() const { function in class:android::LightFlattenablePod
/system/core/libutils/
H A DBlobCache.cpp167 size_t BlobCache::getFlattenedSize() const { function in class:android::BlobCache

Completed in 72 milliseconds