Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc265 std::string row_string; in Flush() local
266 (*row_it)->ToString(column_it->first, &row_string); in Flush()
267 file_->WriteText("%s", row_string.c_str()); in Flush()