Searched refs:SerializeToOstream (Results 1 – 16 of 16) sorted by relevance
92 if (!address_book.SerializeToOstream(&output)) { in main()
195 if (!parallel_strategy_map.SerializeToOstream(&output)) { in Save()220 if (!parallel_group_map.SerializeToOstream(&output)) { in SaveGroupInfo()
120 fuzzer_->GetTransformationSequence().SerializeToOstream( in LogErrors()
169 if (!memory_proto_.SerializeToOstream(&handle)) { in SaveMemoryProfiling()
140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()818 transformations_applied.SerializeToOstream(&transformations_file); in main()
672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()806 transformations_applied.SerializeToOstream(&transformations_file); in main()
400 bool SerializeToOstream(std::ostream* output) const;
96 EXPECT_TRUE(message.SerializeToOstream(&stream));117 EXPECT_FALSE(message.SerializeToOstream(&out));
435 bool MessageLite::SerializeToOstream(std::ostream* output) const { in SerializeToOstream() function in google::protobuf::MessageLite
265 if (!print.SerializeToOstream(output)) { in SaveDataset2File()
162 if (!fg_model.SerializeToOstream(&fout)) { in ExportBpropToMindIR()
224 if (!fg_model.SerializeToOstream(&fout)) { in CacheFuncGraph()