Lines Matching refs:SDP
26 SDP::SDP() in SDP() function in SDP
31 int SDP::initCheck() const { in initCheck()
35 size_t SDP::countSections() const { in countSections()
40 void SDP::clear() { in clear()
46 int SDP::setTo(const std::string &data) { in setTo()
80 void SDP::getSectionRange( in getSectionRange()
98 std::vector<std::string>::const_iterator SDP::section_begin( in section_begin()
107 std::vector<std::string>::const_iterator SDP::section_end( in section_end()
116 SDP::SectionEditor SDP::createSection() { in createSection()
128 SDP::SectionEditor SDP::appendToSection(size_t section) { in appendToSection()
133 void SDP::commitSectionEdit( in commitSectionEdit()
157 SDP::SectionEditor::SectionEditor(SDP *sdp, size_t section) in SectionEditor()
162 SDP::SectionEditor::~SectionEditor() { in ~SectionEditor()
166 SDP::SectionEditor &SDP::SectionEditor::operator<<(std::string_view s) { in operator <<()
172 void SDP::SectionEditor::commit() { in commit()