Home
last modified time | relevance | path

Searched refs:json_parse_double (Results 1 – 9 of 9) sorted by relevance

/device/google/crosshatch/json-c/
Djson_util.h37 extern int json_parse_double(const char *buf, double *retval);
Djson_util.c148 int json_parse_double(const char *buf, double *retval) in json_parse_double() function
Djson_tokener.c702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()
/device/google/bonito/json-c/
Djson_util.h37 extern int json_parse_double(const char *buf, double *retval);
Djson_util.c148 int json_parse_double(const char *buf, double *retval) in json_parse_double() function
Djson_tokener.c702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()
/device/google/coral/json-c/
Djson_util.h37 extern int json_parse_double(const char *buf, double *retval);
Djson_util.c148 int json_parse_double(const char *buf, double *retval) in json_parse_double() function
Djson_tokener.c702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()