Searched defs:kLineTypeAttributes (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc119 static const char kLineTypeAttributes = 'a'; member in namespace:webrtc
484 InitLine(kLineTypeAttributes, attribute, os);
966 if (IsLineType(first_line, kLineTypeAttributes)) {
983 return ParseFailedExpectLine(first_line, 0, kLineTypeAttributes,
1907 while (GetLineWithType(message, pos, &line, kLineTypeAttributes)) {
1987 if (!IsLineType(line, kLineTypeAttributes) ||
1989 return ParseFailedExpectLine(line, 0, kLineTypeAttributes,
2509 if (!IsLineType(line, kLineTypeAttributes)) {

Completed in 49 milliseconds