Searched refs:file_out_ (Results 1 – 2 of 2) sorted by relevance
313 file_out_.open(file_path_, std::ios::trunc | std::ios::out); in Save()317 file_out_ << "{\n"; in Save()318 file_out_ << " \"traceEvents\": [" << std::endl; in Save()319 file_ss_ >> file_out_.rdbuf(); in Save()321 (void)file_out_.seekp(offset, std::ios::end); in Save()322 file_out_ << " ]" << std::endl << " ,\n"; in Save()323 file_out_ << " \"displayTimeUnit\": \"ms\"" << std::endl; in Save()324 file_out_ << "}"; in Save()325 file_out_.close(); in Save()
158 std::ofstream file_out_; variable