Searched refs:AddLevel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.h84 int32_t AddLevel(char* sz_message, const TraceLevel level) const;
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.h87 WebRtc_Word32 AddLevel(char* szMessage, const TraceLevel level) const;
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.h72 void parseBlock(bool MustBeDeclaration, bool AddLevel = true,
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 128 milliseconds