Home
last modified time | relevance | path

Searched refs:outStack (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp94 bool LogParse::GetValidStack(int num, stack<string>& inStack, stack<string>& outStack) const in GetValidStack()
108 outStack = GetStackTop(validStack, count); in GetValidStack()
240 void LogParse::MatchIgnoreLibrary(stack<string> inStack, stack<string>& outStack, size_t num) const in MatchIgnoreLibrary() argument
243 outStack = inStack; in MatchIgnoreLibrary()
249 outStack = inStack; in MatchIgnoreLibrary()
258 outStack = src; in MatchIgnoreLibrary()
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dlog_parse.h47 …bool GetValidStack(int num, std::stack<std::string>& inStack, std::stack<std::string>& outStack) c…
48 …void MatchIgnoreLibrary(std::stack<std::string> inStack, std::stack<std::string>& outStack, size_t…