Home
last modified time | relevance | path

Searched refs:GetLineWithType (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc512 static bool GetLineWithType(const std::string& message, size_t* pos, in GetLineWithType() function
1819 if (!GetLineWithType(message, pos, &line, kLineTypeVersion)) { in ParseSessionDescription()
1826 if (!GetLineWithType(message, pos, &line, kLineTypeOrigin)) { in ParseSessionDescription()
1842 if (!GetLineWithType(message, pos, &line, kLineTypeSessionName)) { in ParseSessionDescription()
1851 GetLineWithType(message, pos, &line, kLineTypeSessionInfo); in ParseSessionDescription()
1855 GetLineWithType(message, pos, &line, kLineTypeSessionUri); in ParseSessionDescription()
1859 GetLineWithType(message, pos, &line, kLineTypeSessionEmail); in ParseSessionDescription()
1863 GetLineWithType(message, pos, &line, kLineTypeSessionPhone); in ParseSessionDescription()
1868 GetLineWithType(message, pos, &line, kLineTypeConnection); in ParseSessionDescription()
1872 while (GetLineWithType(message, pos, &line, kLineTypeSessionBandwidth)) { in ParseSessionDescription()
[all …]