Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dtrace_impl.h87 WebRtc_Word32 AddLevel(char* szMessage, const TraceLevel level) const;
Dtrace_impl.cc148 WebRtc_Word32 TraceImpl::AddLevel(char* szMessage, const TraceLevel level) const in AddLevel() function in webrtc::TraceImpl
613 len = AddLevel(meassagePtr, level); in AddImpl()
/external/clang/lib/Format/
DUnwrappedLineParser.h75 void parseBlock(bool MustBeDeclaration, bool AddLevel = true,
DUnwrappedLineParser.cpp397 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock() argument
407 if (AddLevel) in parseBlock()
1283 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace() local
1286 parseBlock(/*MustBeDeclaration=*/true, AddLevel); in parseNamespace()