Searched refs:repeat_ct (Results 1 – 2 of 2) sorted by relevance
3451 size_t repeat_ct = in CreateInput() local3455 *calculated_repeat_ct = repeat_ct; in CreateInput()3458 result.reserve(header_footer_size + (content.size() * repeat_ct)); in CreateInput()3461 while (repeat_ct--) in CreateInput()3468 std::string CreateOutput(const std::string& content, size_t repeat_ct) { in CreateOutput() argument3473 result.reserve(header_footer_size + (content.size() * repeat_ct)); in CreateOutput()3476 while (repeat_ct--) in CreateOutput()
1613 const std::string& repeat_ct = in GetQueryHTML() local1623 repeat_ct_var + " == " + repeat_ct + in GetQueryHTML()1650 const std::string& repeat_ct = in GetQueryHTML() local1657 repeat_ct_var + " > " + repeat_ct + in GetQueryHTML()1669 repeat_ct_var + " == " + repeat_ct + in GetQueryHTML()