Home
last modified time | relevance | path

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

/third_party/protobuf/examples/
Dadd_person.cc92 if (!address_book.SerializeToOstream(&output)) { in main()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dspirv_fuzz_mutator.cc120 fuzzer_->GetTransformationSequence().SerializeToOstream( in LogErrors()
/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
818 transformations_applied.SerializeToOstream(&transformations_file); in main()
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
806 transformations_applied.SerializeToOstream(&transformations_file); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
818 transformations_applied.SerializeToOstream(&transformations_file); in main()
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h400 bool SerializeToOstream(std::ostream* output) const;
Dmessage_unittest.inc96 EXPECT_TRUE(message.SerializeToOstream(&stream));
117 EXPECT_FALSE(message.SerializeToOstream(&out));
Dmessage_lite.cc435 bool MessageLite::SerializeToOstream(std::ostream* output) const { in SerializeToOstream() function in google::protobuf::MessageLite