Home
last modified time | relevance | path

Searched refs:json_boolean (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_json_builder.c358 value->type = json_boolean; in json_boolean_new()
680 case json_boolean: in json_measure_ex()
903 case json_boolean: in json_serialize_ex()
H A Dsg_json_builder.h108 json_boolean, enumerator
H A Dsg_pr2serr.c954 case json_boolean: in sgj_jtype_to_s()
1068 case json_boolean: in sgj_haj_xx()
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.h268 int json_boolean(const JSON_Value *value);
H A Dparson.c2459 int json_boolean(const JSON_Value *value) { in json_boolean() function