Searched refs:json_bool (Results 1 – 24 of 24) sorted by relevance
/device/google/bonito/json-c/ |
D | 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, 454 extern struct json_object* json_object_new_boolean(json_bool b); 467 extern json_bool json_object_get_boolean(struct json_object *obj);
|
D | json_object_iterator.h | 229 json_bool
|
D | json_object_private.h | 29 json_bool c_boolean;
|
D | json_object_iterator.c | 141 json_bool
|
D | linkhash.h | 258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
|
D | json_object.c | 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() 468 struct json_object* json_object_new_boolean(json_bool b) in json_object_new_boolean() 478 json_bool json_object_get_boolean(struct json_object *jso) in json_object_get_boolean()
|
D | linkhash.c | 552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
|
D | ChangeLog | 82 * Rename boolean type to json_bool.
|
/device/google/coral/json-c/ |
D | 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, 454 extern struct json_object* json_object_new_boolean(json_bool b); 467 extern json_bool json_object_get_boolean(struct json_object *obj);
|
D | json_object_private.h | 29 json_bool c_boolean;
|
D | json_object_iterator.h | 229 json_bool
|
D | json_object_iterator.c | 141 json_bool
|
D | linkhash.h | 258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
|
D | json_object.c | 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() 468 struct json_object* json_object_new_boolean(json_bool b) in json_object_new_boolean() 478 json_bool json_object_get_boolean(struct json_object *jso) in json_object_get_boolean()
|
D | linkhash.c | 552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
|
D | ChangeLog | 82 * Rename boolean type to json_bool.
|
/device/google/crosshatch/json-c/ |
D | 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, 454 extern struct json_object* json_object_new_boolean(json_bool b); 467 extern json_bool json_object_get_boolean(struct json_object *obj);
|
D | json_object_iterator.h | 229 json_bool
|
D | json_object_private.h | 29 json_bool c_boolean;
|
D | json_object_iterator.c | 141 json_bool
|
D | linkhash.h | 258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
|
D | json_object.c | 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() 468 struct json_object* json_object_new_boolean(json_bool b) in json_object_new_boolean() 478 json_bool json_object_get_boolean(struct json_object *jso) in json_object_get_boolean()
|
D | linkhash.c | 552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
|
D | ChangeLog | 82 * Rename boolean type to json_bool.
|