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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc139 int32_t TraceImpl::AddLevel(char* sz_message, const TraceLevel level) const { function in class:webrtc::TraceImpl
585 len = AddLevel(message_ptr, level);
/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.cpp396 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, argument
406 if (AddLevel)
692 parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/false);
1178 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || local
1181 parseBlock(/*MustBeDeclaration=*/true, AddLevel);
1370 parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/true,

Completed in 332 milliseconds