Home
last modified time | relevance | path

Searched refs:json_serialize_to_string_pretty (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.h117 char * json_serialize_to_string_pretty(const JSON_Value *value);
H A Dparson.c1881 char *serialized_string = json_serialize_to_string_pretty(value); in json_serialize_to_file_pretty()
1900 char * json_serialize_to_string_pretty(const JSON_Value *value) { in json_serialize_to_string_pretty() function
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Dintel_dev_info.c276 char *pretty_string = json_serialize_to_string_pretty(json); in main()