Searched refs:line_position (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc59 size_t line_position = 0; local
63 std::string str = ParseElement(line, &line_position,
78 size_t line_position = 0; local
81 std::string str = ParseElement(line, &line_position,
94 size_t* line_position,
99 size_t next_separator = line.find(',', *line_position);
103 parsed_cell += line.substr(*line_position,
104 next_separator - *line_position + 1);
105 *line_position = next_separator + 1;
93 ParseElement(const std::string& line, size_t* line_position, int multi_value_length) argument

Completed in 98 milliseconds