Searched refs:json_options (Results 1 – 8 of 8) sorted by relevance
/third_party/spirv-tools/test/fuzz/ |
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/ |
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/test/fuzz/ |
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/tools/fuzz/ |
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/ |
D | fuzz.cpp | 682 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/ |
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/protobuf/conformance/ |
D | conformance.proto | 69 // https://developers.google.com/protocol-buffers/docs/proto3#json_options
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 1470 static const AVOption json_options[]= { variable
|