Searched refs:start_modulo (Results 1 – 1 of 1) sorted by relevance
251 size_t start_modulo = start_offset % line_len; in WritePayload() local252 if (start_modulo) { in WritePayload()253 string partial = line.substr(start_modulo, remaining_len); in WritePayload()