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