Searched refs:numSections (Results 1 – 1 of 1) sorted by relevance
272 size_t numSections = mSections.size(); in writeToParcel() local273 if (numSections > 0) { in writeToParcel()274 if ((res = parcel->writeInt32(numSections)) != OK) return res; in writeToParcel()275 for (size_t i = 0; i < numSections; ++i) { in writeToParcel()