Home
last modified time | relevance | path

Searched refs:json_parse_string_with_comments (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.h105 JSON_Value * json_parse_string_with_comments(const char *string);
H A Dparson.c1378 output_value = json_parse_string_with_comments(file_contents); in json_parse_file_with_comments()
1393 JSON_Value * json_parse_string_with_comments(const char *string) { in json_parse_string_with_comments() function