Searched refs:funIndex (Results 1 – 1 of 1) sorted by relevance
42 std::size_t funIndex = foundIndex + delimiter.size(); in GetFunctionName() local43 str = std::string(text.substr(funIndex, text.size() - funIndex)); in GetFunctionName()