Searched refs:json_type (Results 1 – 5 of 5) sorted by relevance
100 typedef enum json_type { enum109 } json_type; typedef143 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);
23 enum json_type o_type;
44 extern const char *json_type_to_name(enum json_type o_type);
53 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()
289 const char *json_type_to_name(enum json_type o_type) in json_type_to_name()