Home
last modified time | relevance | path

Searched refs:next_separator (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_unittest.cc100 size_t next_separator = line.find(',', *line_position); in ParseElement() local
101 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()