Home
last modified time | relevance | path

Searched refs:json_object_new_int64 (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.h485 extern struct json_object* json_object_new_int64(int64_t i);
Djson_object.c557 struct json_object* json_object_new_int64(int64_t i) in json_object_new_int64() function
Djson_tokener.c700 current = json_object_new_int64(num64); in json_tokener_parse_ex()