Searched refs:KeyStr (Results 1 – 1 of 1) sorted by relevance
127 std::string KeyStr = "@"; in GetShortName() local128 if (methodName.find(KeyStr) != std::string::npos) { in GetShortName()129 std::string::size_type index = methodName.find(KeyStr); in GetShortName()