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

  /hardware/qcom/msm8998/json-c/
json_object.h 474 * To ensure the full range is maintained, use json_object_new_int64 instead.
485 extern struct json_object* json_object_new_int64(int64_t i);
json_tokener.c 700 current = json_object_new_int64(num64);
json_object.c 557 struct json_object* json_object_new_int64(int64_t i) function

Completed in 87 milliseconds