Lines Matching refs:numRepeats
67 static inline string repeat (const string& str, int numRepeats, const string& delim = "")
70 for (int i = 1; i < numRepeats; i++)
75 static inline string repeatIndexedTemplate (const string& strTempl, int numRepeats, const string& delim = "", int ndxStart = 0)
81 for (int i = 0; i < numRepeats; i++)