Searched refs:json_options (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/platform/default/ |
D | human_readable_json.cc | 32 protobuf::util::JsonPrintOptions json_options; in ProtoToHumanReadableJson() 33 json_options.preserve_proto_field_names = true; in ProtoToHumanReadableJson() 34 json_options.always_print_primitive_fields = true; in ProtoToHumanReadableJson() 36 protobuf::util::MessageToJsonString(proto, result, json_options); in ProtoToHumanReadableJson()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_proto_to_json.cc | 47 tensorflow::protobuf::util::JsonPrintOptions json_options; in ToJson() local 48 json_options.add_whitespace = true; in ToJson() 49 json_options.always_print_primitive_fields = true; in ToJson() 51 message, &json_output, json_options); in ToJson()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 114 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local 115 json_options.add_whitespace = true; in DumpTransformationsJson() 117 transformations, &json_string, json_options); in DumpTransformationsJson()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 114 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local 115 json_options.add_whitespace = true; in DumpTransformationsJson() 117 transformations, &json_string, json_options); in DumpTransformationsJson()
|
/external/angle/third_party/spirv-tools/src/test/fuzz/ |
D | fuzz_test_util.cpp | 114 auto json_options = google::protobuf::util::JsonOptions(); in DumpTransformationsJson() local 115 json_options.add_whitespace = true; in DumpTransformationsJson() 117 transformations, &json_string, json_options); in DumpTransformationsJson()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 619 auto json_options = google::protobuf::util::JsonOptions(); in main() local 620 json_options.add_whitespace = true; in main() 622 transformations_applied, &json_string, json_options); in main()
|
/external/angle/third_party/spirv-tools/src/tools/fuzz/ |
D | fuzz.cpp | 646 auto json_options = google::protobuf::util::JsonOptions(); in main() local 647 json_options.add_whitespace = true; in main() 649 transformations_applied, &json_string, json_options); in main()
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 646 auto json_options = google::protobuf::util::JsonOptions(); in main() local 647 json_options.add_whitespace = true; in main() 649 transformations_applied, &json_string, json_options); in main()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.cc | 89 tensorflow::protobuf::util::JsonPrintOptions json_options; in PrepareChunkEventProto() local 90 json_options.always_print_primitive_fields = true; in PrepareChunkEventProto() 92 metadata, &json_output, json_options); in PrepareChunkEventProto()
|
/external/libchrome/components/json_schema/ |
D | json_schema_validator.cc | 417 base::JSONParserOptions json_options = base::JSON_PARSE_RFC; in IsValidSchema() local 419 schema, json_options, nullptr, error); in IsValidSchema()
|
/external/protobuf/conformance/ |
D | conformance.proto | 69 // https://developers.google.com/protocol-buffers/docs/proto3#json_options
|