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

  /hardware/qcom/msm8998/json-c/
json_object.h 526 extern struct json_object* json_object_new_double(double d);
541 * jso = json_object_new_double(d);
json_object.c 633 struct json_object* json_object_new_double(double d) function
645 struct json_object *jso = json_object_new_double(d);

Completed in 41 milliseconds