OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddLevel
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Format/
UnwrappedLineParser.h
68
void parseBlock(bool MustBeDeclaration, bool
AddLevel
= true);
UnwrappedLineParser.cpp
322
void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool
AddLevel
) {
331
if (
AddLevel
)
553
parseBlock(/*MustBeDeclaration=*/true, /*
AddLevel
=*/false);
806
bool
AddLevel
= Style.NamespaceIndentation == FormatStyle::NI_All ||
809
parseBlock(/*MustBeDeclaration=*/true,
AddLevel
);
[
all
...]
/external/webrtc/src/system_wrappers/source/
trace_impl.h
87
WebRtc_Word32
AddLevel
(char* szMessage, const TraceLevel level) const;
trace_impl.cc
148
WebRtc_Word32 TraceImpl::
AddLevel
(char* szMessage, const TraceLevel level) const
613
len =
AddLevel
(meassagePtr, level);
Completed in 3333 milliseconds