Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object.h100 typedef enum json_type { enum
109 } json_type; typedef
143 extern int json_object_is_type(struct json_object *obj, enum json_type type);
159 extern enum json_type json_object_get_type(struct json_object *obj);
Djson_object_private.h23 enum json_type o_type;
Djson_util.h44 extern const char *json_type_to_name(enum json_type o_type);
Djson_object.c53 static struct json_object* json_object_new(enum json_type o_type);
189 static struct json_object* json_object_new(enum json_type o_type) in json_object_new()
209 int json_object_is_type(struct json_object *jso, enum json_type type) in json_object_is_type()
216 enum json_type json_object_get_type(struct json_object *jso) in json_object_get_type()
521 enum json_type o_type; in json_object_get_int()
Djson_util.c289 const char *json_type_to_name(enum json_type o_type) in json_type_to_name()