Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dwebrtc_sdp.cc508 static void InitLine(const char type, in InitLine() function
517 InitLine(kLineTypeAttributes, attribute, os); in InitAttrLine()
849 InitLine(kLineTypeOrigin, kSessionOriginUsername, &os); in SdpSerialize()
1420 InitLine(kLineTypeMedia, type, &os); in BuildMediaDescription()
1424 InitLine(kLineTypeConnection, kConnectionNettype, &os); in BuildMediaDescription()
1441 InitLine(kLineTypeSessionBandwidth, kApplicationSpecificMaximum, &os); in BuildMediaDescription()
/external/clang/lib/Format/
DFormat.cpp1053 unsigned InitLine = CurrentLine, End = AnnotatedLines.size(); in checkEmptyNamespace() local
1093 AnnotatedLines[InitLine]->First->Tok.getLocation(), in checkEmptyNamespace()
1097 for (unsigned i = InitLine; i <= CurrentLine; ++i) { in checkEmptyNamespace()
/external/llvm-project/clang/lib/Format/
DFormat.cpp1791 unsigned InitLine = CurrentLine, End = AnnotatedLines.size(); in checkEmptyNamespace() local
1830 AnnotatedLines[InitLine]->First->Tok.getLocation(), in checkEmptyNamespace()
1834 for (unsigned i = InitLine; i <= CurrentLine; ++i) { in checkEmptyNamespace()