Home
last modified time | relevance | path

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

/external/federated-compute/fcp/client/
Dtest_helpers.cc40 std::stringstream checkpoint_stream; in LoadFileAsString_() local
41 checkpoint_stream << checkpoint_istream.rdbuf(); in LoadFileAsString_()
42 *msg = checkpoint_stream.str(); in LoadFileAsString_()
Dfederated_select.cc272 std::fstream checkpoint_stream(scratch_filename_, in Next() local
274 if (checkpoint_stream.fail()) { in Next()
278 if (!(checkpoint_stream << chunk).good()) { in Next()
282 checkpoint_stream.close(); in Next()
Dfl_runner.cc733 std::fstream checkpoint_stream(*filename, std::ios_base::out); in CreateInputCheckpointFile() local
734 if (!WriteStringOrCordToFstream(checkpoint_stream, checkpoint)) { in CreateInputCheckpointFile()
737 checkpoint_stream.close(); in CreateInputCheckpointFile()