Searched refs:methodNameOffsetToFirstIndex (Results 1 – 1 of 1) sorted by relevance
234 …const uint32_t methodNameOffsetToFirstIndex = 5; // offset of the starting position of methodname … in ParseStackInfo() local243 CString methodName = stackInfo.substr(firstIndex + methodNameOffsetToFirstIndex, in ParseStackInfo()244 nextIndex - firstIndex - methodNameOffsetToFirstIndex - 1); in ParseStackInfo()