HomeSort by relevance Sort by last modified time
    Searched defs:AddLevel (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
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.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 75 milliseconds