Searched refs:fmt_last_pos (Results 1 – 1 of 1) sorted by relevance
63 size_t fmt_last_pos = 0; in print_formatted() local76 if (cur_tok != fmt_last_pos) { in print_formatted()77 std::string s = format.substr(fmt_last_pos, in print_formatted()78 cur_tok - fmt_last_pos); in print_formatted()166 fmt_last_pos = next_tok; in print_formatted()