Searched refs:SDP (Results 1 – 4 of 4) sorted by relevance
26 SDP::SDP() in SDP() function in SDP31 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()[all …]
30 "SDP.cpp",
22 struct SDP { struct23 explicit SDP();48 friend struct SDP; argument50 explicit SectionEditor(SDP *sdp, size_t section);52 SDP *mSDP;
71 SDP mOfferedSDP;