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