Searched refs:poiIndex (Results 1 – 2 of 2) sorted by relevance
463 size_t poiIndex = methodName.find_last_of('#'); in GetRealName() local464 … if (poiIndex != std::string::npos && poiIndex < methodName.size() - 1 && className != "default") { in GetRealName()465 methodName = methodName.substr(poiIndex + 1); in GetRealName()
758 size_t poiIndex = className.find_last_of('#'); in GetClassName() local759 className = className.substr(poiIndex + 1); in GetClassName()