Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Djson.h234 _JSON_BUILD_REAL, enumerator
269 #define JSON_BUILD_REAL(d) _JSON_BUILD_REAL, (double) { d }
Djson.c3309 case _JSON_BUILD_REAL: { in json_buildv()