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

/system/core/include/utils/
H A DFlattenable.h138 inline bool isFixedSize() const;
151 inline bool LightFlattenable<T>::isFixedSize() const { function in class:android::LightFlattenable
152 return static_cast<T const*>(this)->T::isFixedSize();
176 inline bool isFixedSize() const { function in class:android::LightFlattenablePod

Completed in 71 milliseconds