Searched refs:ContextSplit (Results 1 – 2 of 2) sorted by relevance
425 auto ContextSplit = SampleContext::splitContextString(ContextRemain); in getOrCreateContextPath() local426 ChildContext = ContextSplit.first; in getOrCreateContextPath()427 ContextRemain = ContextSplit.second; in getOrCreateContextPath()
277 auto ContextSplit = CallerContext.rsplit(" @ "); in getCallerContext() local280 SampleContext::decodeContextString(ContextSplit.second, Funcname, in getCallerContext()