Searched refs:buff_begin (Results 1 – 1 of 1) sorted by relevance
139 char* const buff_begin = buff.data(); in test_common_to_chars() local140 char* const first = buff_begin + BufferPrefix; in test_common_to_chars()141 char* const buff_end = buff_begin + buff.size(); in test_common_to_chars()172 assert(all_of(buff_begin, first, is_fill_char)); in test_common_to_chars()178 assert(all_of(buff_begin, first, is_fill_char)); in test_common_to_chars()