Searched refs:underscoreSplitter (Results 1 – 1 of 1) sorted by relevance
450 const char *underscoreSplitter = out.endsWith('_') ? "x" : ""; in nameVariable() local451 out.appendf("%s%s", underscoreSplitter, suffix.c_str()); in nameVariable()