Home
last modified time | relevance | path

Searched refs:_to_json_string (Results 1 – 4 of 4) sorted by relevance

/device/google/crosshatch/json-c/
Djson_object.c244 jso->_to_json_string = NULL; in json_object_set_serializer()
247 jso->_to_json_string = &json_object_boolean_to_json_string; in json_object_set_serializer()
250 jso->_to_json_string = &json_object_double_to_json_string; in json_object_set_serializer()
253 jso->_to_json_string = &json_object_int_to_json_string; in json_object_set_serializer()
256 jso->_to_json_string = &json_object_object_to_json_string; in json_object_set_serializer()
259 jso->_to_json_string = &json_object_array_to_json_string; in json_object_set_serializer()
262 jso->_to_json_string = &json_object_string_to_json_string; in json_object_set_serializer()
268 jso->_to_json_string = to_string_func; in json_object_set_serializer()
286 if(jso->_to_json_string(jso, jso->_pb, 0, flags) < 0) in json_object_to_json_string_ext()
341 iter.val->_to_json_string(iter.val, pb, level+1,flags); in json_object_object_to_json_string()
[all …]
Djson_object_private.h25 json_object_to_json_string_fn *_to_json_string; member
/device/google/bonito/json-c/
Djson_object.c244 jso->_to_json_string = NULL; in json_object_set_serializer()
247 jso->_to_json_string = &json_object_boolean_to_json_string; in json_object_set_serializer()
250 jso->_to_json_string = &json_object_double_to_json_string; in json_object_set_serializer()
253 jso->_to_json_string = &json_object_int_to_json_string; in json_object_set_serializer()
256 jso->_to_json_string = &json_object_object_to_json_string; in json_object_set_serializer()
259 jso->_to_json_string = &json_object_array_to_json_string; in json_object_set_serializer()
262 jso->_to_json_string = &json_object_string_to_json_string; in json_object_set_serializer()
268 jso->_to_json_string = to_string_func; in json_object_set_serializer()
286 if(jso->_to_json_string(jso, jso->_pb, 0, flags) < 0) in json_object_to_json_string_ext()
341 iter.val->_to_json_string(iter.val, pb, level+1,flags); in json_object_object_to_json_string()
[all …]
Djson_object_private.h25 json_object_to_json_string_fn *_to_json_string; member