Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dwebrtc_sdp.cc137 static const char kLineTypeAttributes = 'a'; variable
544 InitLine(kLineTypeAttributes, attribute, os); in InitAttrLine()
1059 if (IsLineType(first_line, kLineTypeAttributes)) { in ParseCandidate()
1077 return ParseFailedExpectLine(first_line, 0, kLineTypeAttributes, in ParseCandidate()
2203 GetLineWithType(message, pos, kLineTypeAttributes)) { in ParseSessionDescription()
3077 if (!IsLineType(*line, kLineTypeAttributes)) { in ParseContent()