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

/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc148 WebRtc_Word32 TraceImpl::AddLevel(char* szMessage, const TraceLevel level) const function in class:webrtc::TraceImpl
613 len = AddLevel(meassagePtr, level);
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp322 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel) { argument
331 if (AddLevel)
553 parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/false);
806 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || local
809 parseBlock(/*MustBeDeclaration=*/true, AddLevel);

Completed in 65 milliseconds