Searched refs:nameWithoutVersion (Results 1 – 1 of 1) sorted by relevance
45 std::string nameWithoutVersion = method.name().substr(0, underscore); in checkMethodVersion() local54 if (nameWithoutVersion != StringHelper::ToCamelCase(nameWithoutVersion)) { in checkMethodVersion()