Searched refs:countSections (Results 1 – 3 of 3) sorted by relevance
35 size_t SDP::countSections() const { in countSections() function in SDP125 return SectionEditor(this, countSections()); in createSection()129 CHECK_LT(section, countSections()); in appendToSection()136 CHECK_LE(section, countSections()); in commitSectionEdit()138 if (section == countSections()) { in commitSectionEdit()150 if (section + 1 < countSections()) { in commitSectionEdit()
474 if (targetMediaIndex + 1 >= mOfferedSDP.countSections()) { in getSDPValue()479 << mOfferedSDP.countSections() in getSDPValue()
32 size_t countSections() const;