Lines Matching refs:mSections
27 :mSections(), in IncidentReportArgs()
35 :mSections(that.mSections), in IncidentReportArgs()
59 err = out->writeInt32(mSections.size()); in writeToParcel()
64 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) { in writeToParcel()
120 mSections.clear(); in readFromParcel()
133 mSections.insert(section); in readFromParcel()
176 mSections.clear(); in setAll()
190 mSections.insert(section); in addSection()
222 return mSections.find(section) != mSections.end(); in containsSection()
224 return mAll || mSections.find(section) != mSections.end(); in containsSection()
237 mSections.clear(); in merge()
239 for (set<int>::const_iterator it=that.mSections.begin(); in merge()
240 it!=that.mSections.end(); it++) { in merge()
241 mSections.insert(*it); in merge()