HomeSort by relevance Sort by last modified time
    Searched refs:json_bool (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/msm8998/json-c/
json_object_iterator.h 225 * @return json_bool non-zero if iterators are equal (i.e., both
229 json_bool
json_object_private.h 29 json_bool c_boolean;
json_object.h 59 #define FALSE ((json_bool)0)
62 #define TRUE ((json_bool)1)
77 typedef int json_bool; typedef
316 extern json_bool json_object_object_get_ex(struct json_object* obj,
448 /* json_bool type methods */
451 * @param b a json_bool TRUE or FALSE (0 or 1)
454 extern struct json_object* json_object_new_boolean(json_bool b);
456 /** Get the json_bool value of a json_object
458 * The type is coerced to a json_bool if the passed object is not a json_bool
    [all...]
json_object_iterator.c 141 json_bool
linkhash.h 258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
json_object.c 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **value)
468 struct json_object* json_object_new_boolean(json_bool b)
478 json_bool json_object_get_boolean(struct json_object *jso)
linkhash.c 552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v)

Completed in 66 milliseconds