Searched refs:json_options (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzz_test_util.cpp | 148 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/ |
H A D | fuzz_test_util.cpp | 148 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/spirv-tools/test/fuzz/ |
H A D | fuzz_test_util.cpp | 148 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/tools/fuzz/ |
H A D | fuzz.cpp | 695 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
H A D | fuzz.cpp | 695 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/ |
H A D | fuzz.cpp | 676 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local 677 json_options.add_whitespace = true; in DumpTransformationsJson() 679 transformations, &json_string, json_options); in DumpTransformationsJson() 804 auto json_options = google::protobuf::util::JsonOptions(); in main() local 805 json_options.add_whitespace = true; in main() 807 transformations_applied, &json_string, json_options); in main()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 1566 static const AVOption json_options[]= { variable
|
Completed in 13 milliseconds