Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.h266 size_t json_string_len(const JSON_Value *value); /* doesn't account for last null characte…
H A Dparson.c2451 size_t json_string_len(const JSON_Value *value) { in json_string_len() function