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/webrtc/webrtc/system_wrappers/source/
trace_impl.h
69
int32_t
AddLevel
(char* sz_message, const TraceLevel level) const;
trace_impl.cc
85
int32_t TraceImpl::
AddLevel
(char* sz_message, const TraceLevel level) const {
424
int32_t len =
AddLevel
(message_ptr, level);
/external/clang/lib/Format/
UnwrappedLineParser.h
74
void parseBlock(bool MustBeDeclaration, bool
AddLevel
= true,
UnwrappedLineParser.cpp
412
void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool
AddLevel
,
429
if (
AddLevel
)
863
parseBlock(/*MustBeDeclaration=*/true, /*
AddLevel
=*/false);
881
parseBlock(/*MustBeDeclaration=*/false, /*
AddLevel
=*/true,
[
all
...]
Completed in 509 milliseconds