Searched refs:next_separator (Results 1 – 1 of 1) sorted by relevance
100 size_t next_separator = line.find(',', *line_position); in ParseElement() local101 EXPECT_NE(next_separator, std::string::npos); in ParseElement()102 if (next_separator == std::string::npos) in ParseElement()105 next_separator - *line_position + 1); in ParseElement()106 *line_position = next_separator + 1; in ParseElement()