Searched refs:IsLineType (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 496 static bool IsLineType(const std::string& message, in IsLineType() function 507 static bool IsLineType(const std::string& line, in IsLineType() function 509 return IsLineType(line, type, 0); in IsLineType() 514 if (!IsLineType(message, type, *pos)) { in GetLineWithType() 966 if (IsLineType(first_line, kLineTypeAttributes)) { in ParseCandidate() 1987 if (!IsLineType(line, kLineTypeAttributes) || in ParseFingerprintAttribute() 2471 while (!IsLineType(message, kLineTypeMedia, *pos)) { in ParseContent() 2482 if (IsLineType(line, kLineTypeSessionBandwidth)) { in ParseContent() 2509 if (!IsLineType(line, kLineTypeAttributes)) { in ParseContent()
|