Searched refs:JSON_REAL (Results 1 - 3 of 3) sorted by relevance

/systemd/src/test/
H A Dtest-json.c52 } else if (t == JSON_REAL) {
173 test_one("3.141", JSON_REAL, 3.141, JSON_END);
174 test_one("0.0", JSON_REAL, 0.0, JSON_END);
175 test_one("7e3", JSON_REAL, 7e3, JSON_END);
176 test_one("-7e-3", JSON_REAL, -7e-3, JSON_END);
/systemd/src/basic/
H A Djson.h38 JSON_REAL, enumerator in enum:__anon16
H A Djson.c458 return JSON_REAL;
817 case JSON_REAL:

Completed in 12 milliseconds