Home
last modified time | relevance | path

Searched refs:to_string_func (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.c226 json_object_to_json_string_fn to_string_func, in json_object_set_serializer() argument
238 if (to_string_func == NULL) in json_object_set_serializer()
268 jso->_to_json_string = to_string_func; in json_object_set_serializer()
Djson_object.h209 json_object_to_json_string_fn to_string_func,