Home
last modified time | relevance | path

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

/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp148 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local
149 json_options.add_whitespace = true; in DumpTransformationsJson()
151 transformations, &json_string, json_options); in DumpTransformationsJson()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp148 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local
149 json_options.add_whitespace = true; in DumpTransformationsJson()
151 transformations, &json_string, json_options); in DumpTransformationsJson()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp148 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local
149 json_options.add_whitespace = true; in DumpTransformationsJson()
151 transformations, &json_string, json_options); in DumpTransformationsJson()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp695 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local
696 json_options.add_whitespace = true; in DumpTransformationsJson()
698 transformations, &json_string, json_options); in DumpTransformationsJson()
827 auto json_options = google::protobuf::util::JsonOptions(); in main() local
828 json_options.add_whitespace = true; in main()
830 transformations_applied, &json_string, json_options); in main()
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp682 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local
683 json_options.add_whitespace = true; in DumpTransformationsJson()
685 transformations, &json_string, json_options); in DumpTransformationsJson()
815 auto json_options = google::protobuf::util::JsonOptions(); in main() local
816 json_options.add_whitespace = true; in main()
818 transformations_applied, &json_string, json_options); in main()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp695 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local
696 json_options.add_whitespace = true; in DumpTransformationsJson()
698 transformations, &json_string, json_options); in DumpTransformationsJson()
827 auto json_options = google::protobuf::util::JsonOptions(); in main() local
828 json_options.add_whitespace = true; in main()
830 transformations_applied, &json_string, json_options); in main()
/third_party/protobuf/conformance/
Dconformance.proto69 // https://developers.google.com/protocol-buffers/docs/proto3#json_options
/third_party/ffmpeg/fftools/
Dffprobe.c1470 static const AVOption json_options[]= { variable