Home
last modified time | relevance | path

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

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