Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c1255 if (json_value_get_boolean(value)) { in json_serialize_to_buffer_r()
1438 return json_value_get_boolean(json_object_get_value(object, name)); in json_object_get_boolean()
1471 return json_value_get_boolean(json_object_dotget_value(object, name)); in json_object_dotget_boolean()
1546 return json_value_get_boolean(json_array_get_value(array, index)); in json_array_get_boolean()
1591 int json_value_get_boolean(const JSON_Value *value) { in json_value_get_boolean() function
1773 return json_value_init_boolean(json_value_get_boolean(value)); in json_value_deep_copy()
2423 return json_value_get_boolean(a) == json_value_get_boolean(b); in json_value_equals()
2460 return json_value_get_boolean(value); in json_boolean()
H A Dparson.h258 int json_value_get_boolean(const JSON_Value *value);