Searched refs:numRepeats (Results 1 – 3 of 3) sorted by relevance
67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() argument70 for (int i = 1; i < numRepeats; i++) in repeat()75 static inline string repeatIndexedTemplate (const string& strTempl, int numRepeats, const string& d… in repeatIndexedTemplate() argument81 for (int i = 0; i < numRepeats; i++) in repeatIndexedTemplate()
2022 const int numRepeats = 10; in iterate() local2032 for (int ndx = 0; ndx < numRepeats; ++ndx) in iterate()