Searched refs:fullSuffix (Results 1 – 1 of 1) sorted by relevance
10281 const string fullSuffix(suffix == DE_NULL ? "" : string("_") + string(suffix)); in getTestName() local10283 return getTypeName(from) + "_to_" + getTypeName(to) + fullSuffix; in getTestName()